You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we've added full support in graphiql/graphql-language-service-parser for this in 2020. try updating the underlying versions of codemirror-graphql and graphql-language-service-parser, or use graphiql. also make sure you are resolving a modern version of the graphql reference implementation
if you are using the apollo fork which they have deprecated, then I'm not sure theirs follows the 2021 spec, as it uses forks of our codemirror and parser/interface libraries where we added support
This issue pertains to the following package(s):
What OS and OS version are you experiencing the issue(s) on?
Browser - all browsers, multiple OSes
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
GraphQL Playground 1.7.28
What is the expected behavior?
The Schema tab should render the schema
What is the actual behavior?
Clicking the Schema tab renders a white page. The back button does not return to the previous page from this.
What steps may we take to reproduce the behavior?
Create a GraphQL schema in which an interface implements another interface, which was added in the October 2021 GraphQL spec.
For example:
The following error appears in the browser JS console:
The text was updated successfully, but these errors were encountered: