[FEATURE]: GraphQL @id uniqueness at interface level #8434
Labels
area/graphql
Issues related to GraphQL support on Dgraph.
dgraph
Issue or PR created by an internal Dgraph contributor.
kind/feature
Something completely new we should consider.
v21.12
supposedly corrected in v21.12
Have you tried Dgraph before this proposal? and did not find anything similar?
No response
What you wanted to do.
In v22.0, @id fields in the interface are unique only in one implementing type.
But there are several use cases that require @id field to be unique across all the implementation types.
Also currently. get a query on the interface can result in unexpected errors as we can have multiple implementing types have the same value for that @id field.
PR merged in v21.13 to be picked in v22.x.y
See details at #7710
What you actually did.
No response
Why wasn't it great, with examples.
No response
Additional information.
No response
The text was updated successfully, but these errors were encountered: