-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Guide: Use with GraphiQL #5253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey! I'd be happy to help get these things working together. Could you share a little background info?
Let me know what you find and we'll go from there 👍 |
Hello
I am using the gem Thanks for your help |
Thanks for sharing that, @maxrosecollins. It all looks right to me. I spent some time investigating how the new support from GraphiQL can work with GraphiQL-Rails, and I realized that it doesn't work out-of-the-box because GraphiQL-Rails doesn't use GraphiQL's I'll take a look later today at improving GraphiQL-Rails to support multipart responses out of the box. In the meantime, you could work around this issue by installing GraphiQL directly into your app, without
Then, you could create a fetcher using |
Hello, Do I still need to follow this work around with your new merged PR? |
I expect not -- just update your bundle to 1.10.4, mount |
If I try to user
@defer
with graphiql then I get an errorThis is I guess because the response is changed to a multipart, how can I fix this issue?
When will it be updated? https://graphql-ruby.org/defer/graphiql.html
At the bottom of this page you mention supporting it out of the box once a issue is resolved and as far as I can tell the issue has been resolved? graphql/graphiql#3470
The text was updated successfully, but these errors were encountered: