-
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
Currently, @id fields are not updatable and also we enforce them to be non-null. In this PR we are allowing @id fields to be updatable and nullable. RFC: https://discuss.dgraph.io/t/rfc-mutable-and-null-able-id-field-in-graphql/13663 Related Posts: https://discuss.dgraph.io/t/nullable-id-field/13296 https://discuss.dgraph.io/t/editable-id-fields/13295 https://discuss.dgraph.io/t/rfc-allow-multiple-unique-fields-in-graphql-schema/12008
- Loading branch information
1 parent
283fe63
commit 5cc1ddb
Showing
32 changed files
with
2,189 additions
and
570 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
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.