You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
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
value: `[Generated mutation](${GRANDSTACK_DOCS_SCHEMA_AUGMENTATION}/#${mutationAction.toLowerCase()}) for ${mutationDescriptionUrl} a ${typeName} node.`,
value: `[Generated mutation](${GRANDSTACK_DOCS_SCHEMA_AUGMENTATION}/#${mutationAction.toLowerCase()}) for ${mutationDescriptionUrl} a ${typeName} node.`,
0 commit comments