Open martinformi opened 12 months ago
we call getIntrospectionQuery() from graphql-js, which is what is throwing the error.
you can see the introspection query for interfaces in the outbound request.
does the server you are using have an issue with introspecting interfaces, or require interfaces? you probably need to open a ticket with the maintainers of the spring boot implementation, as perhaps they are behind on the spec implementation
@martinformi reopening here if indeed this is a bug on our end! (i think it is)
Is there an existing issue for this?
Current Behavior
I am using
graphiql
withspring-boot-graphql-starter
, however I am getting an error even with the simple schema. Can you please verify what is wrong with the response from introspection? Thank you.Error:
Instrospected schema:
Schema:
Expected Behavior
Schema explorer should work
Steps To Reproduce
No response
Environment
react
Version:graphql
Version:Anything else?
No response