-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Schema documentation is requested but not shown even if received (v1.5.1) #2027
Comments
I have tests that confirm that it works now! If |
released! |
Unfortunately 1.5.9, 1.5.11, and 1.5.12 are broken at this point when using unpkg (1.5.10 does not exist). The latest error message is:
|
@sebastienbarre what version of graphql js are you using? Cypress tests are passing against graphql@16 and the latest graphql@15 |
I'm not entirely sure what you mean, but let me see if I can help. Did GraphiQL become tied to the JavaScript reference implementation for GraphQL specifically? |
@saihaj or @IvanGoncharov what do I do about this? do i feature flag based on the version when introspection schemaDescription was introduced? Or set the peer dependency at the version when I could also make it an opt-in feature via a prop as I did with inputTypeDeprecation |
ohh right so @sebastienbarre this is a schema introspection issue. this means |
this is where we use this at work, so maybe I'll add it :) |
@learnerEvermore this is now an opt-in feature via props, fyi! same with argument deprecations which is now supported by |
Tracked in webonyx/graphql-php#1027, I will happily accept PRs. |
I confirmed that this works now, with the freshest version from |
Thank you! |
I can see that the schema description is requested:
but it isn't displayed even if received. Just the default "A GraphQL schema provides a root type for each kind of operation." shows up.
The text was updated successfully, but these errors were encountered: