graphql-ruby: RuntimeError (can't modify frozen SystemStackError)

I’m in process of upgrading graphql-ruby from v0.10.9 to v1.2.6. Application has around 60 mutations and 40 types. It was a pretty easy process other than the 1 mutation which throws SystemStackError: stack level too deep. Resolve function of the mutation isn’t even called, so I believe It’s caused by the Graphql-ruby internals.

Anything you would suggest to debug this?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 17 (17 by maintainers)

Most upvoted comments

Fragment resolution was totally rewritten, please open another issue or reopen this one if this bug pops up again!