- Initial support for generated filter argument
- Don't include
SKIP
clause in the generated Cypher query if nooffset
parameter is specified. - Dependency updates.
- Fix for querying interface type when no fragment is specified
- Fix for
@cypher
directive input type argument parameters
- Support for authorization schema directives via graphql-auth-directives
- Pass context data to Cypher params
- Fix for scalar payloads on Cypher directive fields
- Fix for input type arguments on Cypher directive fields
- Fixes nested ordering
- Ordering by temporal type
- Support ordering by enum type
- Fix call stack size exceeded with large schemas
- Fix customer Cypher query on root query field with no arguments throws error
- Support arrays of orderBy arguments
- Ignoring fields with neo4j_ignore directive
- Don't exclude first, offset, orderBy params from Cypher directives
- Use Neo4j driver transaction functions
- Support for temporal fields on relationships
- Scalar and temporal list fields
- Fix Adding ! to a DateTime Field, throws an error
- Support for reflexive relationship types. #125
- Fix #113 Don't drop non-Query/Mutation resolvers passed into makeAugmentedExecutableSchema
- Fix #124 Basic schema with non nullable property gives error when calling mutation
- return better error message in case name or direction haven't been specified into the directive
- Support for relation types with managed directional fields from and to, along with an optional @relation type directive
- Auto-generate value for ID field if not specified in create mutation
- Include custom scalars in the arguments of generated mutations
- Augment schema refactor #84
- Add update, delete, and remove relationship mutations
- Update debug NPM script
- Add code coverage reporting
- add top level orderBy tests