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.
Input object argument format for mutation API (#531)
* makes test script more specific * exports some filter argument builders * experimental support for where / data mutation arguments * Update node.js * experimental support for where / data mutation arguments * experimental support for where / data mutation arguments * experimental support for where / data mutation arguments * exports schema comparison helpers now used by both the normal and experimental augmentation tests * adds test for experimental augmented schema * adds typeDefs for experimental augmentation test * Update augmentSchemaTest.test.js * augmentation test for experimental schema * adds tests for experimental node and relationship mutation arguments * removes unused arguments and branches on array emptiness * fixed temporal ordering and filtering #524: unified the translation of nested orderBy arguments for relationship fields into translateNestedOrderingArgument, fixed schemaType argument to be innerSchemaType, for call in relationFieldOnNodeType #495: uses parentIsListArgument to buildNeo4jTypeTranslation, to appropriately translate temporal filters used within OR / AND list filters * adds tests for fixing #495 and #524 * blocks empty string "" from passing this results in letting the cypher error pass through, caused by datetime(""), if an empty string is provided for a .formatted argument * removed now unused function argument * Update input-values.js
- Loading branch information
1 parent
c4ed242
commit 7246b50
Showing
16 changed files
with
2,793 additions
and
555 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
Oops, something went wrong.