-
Notifications
You must be signed in to change notification settings - Fork 2k
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
getIntrospectionQuery result does not match the IntrospectionQuery type #3909
Comments
jonapgar-groupby
added a commit
to jonapgar-groupby/graphql-js
that referenced
this issue
Jun 9, 2023
JoviDeCroock
added a commit
that referenced
this issue
Oct 11, 2024
JoviDeCroock
added a commit
that referenced
this issue
Oct 13, 2024
erikwrede
pushed a commit
to erikwrede/graphql-js
that referenced
this issue
Oct 17, 2024
Supersedes graphql/graphql-js#3910 Fixes graphql/graphql-js#3909 Fixes graphql/graphql-js#3409 This puts the Selection-set in line with the expected type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graphql-js/src/utilities/getIntrospectionQuery.ts
Lines 70 to 72 in 04e948b
The query needs to select
kind
for each of these in order for the result to match the definedIntrospectionQuery
typegraphql-js/src/utilities/getIntrospectionQuery.ts
Lines 172 to 178 in 04e948b
graphql-js/src/utilities/getIntrospectionQuery.ts
Lines 293 to 298 in 04e948b
The text was updated successfully, but these errors were encountered: