-
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
fix: graphiql introspection bug with <graphql@16 servers #2087
Conversation
🦋 Changeset detectedLatest commit: 74fbe02 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest changes of this PR are available as canary in npm (based on the declared |
13bfee8
to
06a4af7
Compare
Codecov Report
@@ Coverage Diff @@
## main #2087 +/- ##
==========================================
- Coverage 65.70% 63.32% -2.39%
==========================================
Files 85 79 -6
Lines 5106 5279 +173
Branches 1631 1665 +34
==========================================
- Hits 3355 3343 -12
- Misses 1747 1932 +185
Partials 4 4
Continue to review full report at Codecov.
|
06a4af7
to
4d43589
Compare
4d43589
to
74fbe02
Compare
Version 1.5.10 of GraphiQL ([ref](graphql/graphiql#2087)) disabled introspection for deprecated arguments because it wasn't supported by all GraphQL server versions. This PR enables it so that deprecated arguments show up again in GraphiQL. Fixes: #2532 Diff-Id: 40d03
Version 1.5.10 of GraphiQL ([ref](graphql/graphiql#2087)) disabled introspection for deprecated arguments because it wasn't supported by all GraphQL server versions. This PR enables it so that deprecated arguments show up again in GraphiQL. Fixes: #2532 Diff-Id: 40d03
Version 1.5.10 of GraphiQL ([ref](graphql/graphiql#2087)) disabled introspection for deprecated arguments because it wasn't supported by all GraphQL server versions. This PR enables it so that deprecated arguments show up again in GraphiQL. Fixes: strawberry-graphql#2532 Diff-Id: 40d03
I think this will fix #2085
provides a prop for
inputValueDeprecation
when invokinggetIntrospectionQuery()
to avoid causing issues with graphql servers who do not yet support this introspection option