We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In graphql, it is possible for interface to implement another interface.
interface Node { id: ID! } interface I implements Node { id: ID! name: String! }
Altair gives error on schema introspection
50 | } 51 | > 52 | interface I implements Node { | ^ 53 | id: ID! 54 | name: String! 55 | }
Additional context graphql/graphql-spec#373
The text was updated successfully, but these errors were encountered:
This is a duplicate #1626 Would be in the next version
Sorry, something went wrong.
No branches or pull requests
In graphql, it is possible for interface to implement another interface.
Altair gives error on schema introspection
Additional context
graphql/graphql-spec#373
The text was updated successfully, but these errors were encountered: