This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experimental mutation API: Fixes for data input objects (#536)
* Update cypherTest.test.js * Update augmentSchemaTest.test.js * generates _Create and _Update argument types instead of _Data * generated _Create and _Update input objects instead of _Data This preverse nonnullability when creating a node and keeps fields optional when updating * translates _Create and _Update input objects instead of _Data allows for generating @id value with apoc.create.uuid() when not providing a value, for the ON CREATE clause when using Merge * Update augmentSchemaTest.js * Update testSchema.js * Update translate.js * Update cypherTest.test.js
- Loading branch information
1 parent
acedcb2
commit 62db408
Showing
7 changed files
with
396 additions
and
60 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.