graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

getIntrospectionQuery result does not match the IntrospectionQuery type

Open jonapgar-groupby opened this issue 2 years ago • 0 comments

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

jonapgar-groupby avatar Jun 09 '23 16:06 jonapgar-groupby