-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes GRAPHQL-924 Currently, we only allow single xid or external id fields in a type with the @id directive. Now, we are extending this to have multiple external @id fields in a type. Every such field will be unique over all the nodes of that type. As of now, fields with @id directive will be immutable. get query will work for all the fields with the @id type. RFC:https://discuss.dgraph.io/t/wip-rfc-allow-multiple-unique-fields-in-graphql-schema/12008 Co-authored-by: Rajas Vanjape <rajas@dgraph.io>
- Loading branch information
1 parent
496cfeb
commit 91e3366
Showing
22 changed files
with
2,049 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.