graphql-js
graphql-js copied to clipboard
getIntrospectionQuery result does not match the IntrospectionQuery type
https://github.com/graphql/graphql-js/blob/04e948bbc4972ddeb61443fab540e03fdff457b4/src/utilities/getIntrospectionQuery.ts#L70-L72
The query needs to select kind for each of these in order for the result to match the defined IntrospectionQuery type
https://github.com/graphql/graphql-js/blob/04e948bbc4972ddeb61443fab540e03fdff457b4/src/utilities/getIntrospectionQuery.ts#L172-L178
https://github.com/graphql/graphql-js/blob/04e948bbc4972ddeb61443fab540e03fdff457b4/src/utilities/getIntrospectionQuery.ts#L293-L298