We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If have a schema like so, and a GraphQL implementation to match
type Query { foo: Bar } interface Bar { someField: String } type Baz implements Bar { someField: String }
The differ misses Baz from the implementation completely