-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area/graphqlIssues related to GraphQL support on Dgraph.Issues related to GraphQL support on Dgraph.kind/enhancementSomething could be better.Something could be better.status/blockedThe issue is waiting for some other task to be completed.The issue is waiting for some other task to be completed.
Description
What version of Dgraph are you using?
20.03.1
Have you tried reproducing the issue with the latest release?
Yep
What is the hardware spec (RAM, OS)?
N/A
Steps to reproduce the issue (command/config used to run Dgraph).
Build a GraphQL 15.0.0-compliant schema with an intermediate interface, attempt curl post
eg -
interface Bar {
}
interface Foo implements Bar {
}
Expected behaviour and actual result.
Expected: schema loaded with all relevant interface types/fields generated
Result: Unexpected name \"implements\"...
Pretty clear, methinks. Filing under bug and not feature to prioritize since this is a spec-compliance issue as of GraphQL 15.0.0 and has a large impact on schema expressiveness.
Metadata
Metadata
Assignees
Labels
area/graphqlIssues related to GraphQL support on Dgraph.Issues related to GraphQL support on Dgraph.kind/enhancementSomething could be better.Something could be better.status/blockedThe issue is waiting for some other task to be completed.The issue is waiting for some other task to be completed.