Robert Mosolgo
Robert Mosolgo
Sorry I wasn't able to get to the bottom of this 😖 I see your example query and `.execute` call, but without the application, I can't actually run it myself....
Sorry, I don't think there's anything else I can do on this right now, so I'm going to close it.
Sorry, I really don't have a guess at how to go forward on this. If anyone is still waiting on a fix for this in the library, please open an...
Sorry I let this go dormant. I'm open to improving the docs on this option if you'd like to open a new PR with docs-only changes!
👋 Just one update on this, GraphQL-Ruby doesn't add this error to queries like this anymore (since https://github.com/rmosolgo/graphql-ruby/pull/5030). I'm hoping to clean up these errors soon.
👋 It's been a while, but since then, I did discover another issue with AsyncDataloader + Rails (#4921) . In Rails < 7.2, Connections aren't automatically released when their Fiber...
I'm sorry I don't have anything better to offer on debugging this ... to answer those very old questions: > In this sense, should an ActionCable process that does not...
Hey, I spent some more time with this and I _was_ able to replicate the error in the test app in this repository. I could replicate this error by clicking...
Here's my understanding of it: http://rmosolgo.github.io/blog/2015/08/04/authorization-in-graphql/ That's tough for introspection though, since it's mostly built-in!
Another possibility could be serving _different schemas_ to different people, eg ``` js var schema = user.isAdmin ? fullSchema : limitedSchema ``` Depends on how fine-grained the permission levels are...