Releases: neo4j/graphql
Releases · neo4j/graphql
@neo4j/graphql@7.2.5
Patch Changes
- #6511
b880bb4
Thanks @Liam-Doodson! - Removed graphql query from driver transaction metadata
@neo4j/graphql@6.6.4
Patch Changes
- #6513
f867f63
Thanks @Liam-Doodson! - Removed graphql query from driver transaction metadata
@neo4j/graphql@5.12.8
Patch Changes
- #6512
eed105e
Thanks @Liam-Doodson! - Removed graphql query from driver transaction metadata
@neo4j/graphql-ogm@5.12.8
Patch Changes
- Updated dependencies [
eed105e
]:- @neo4j/graphql@5.12.8
@neo4j/graphql@7.2.4
Patch Changes
- #6506
becd7af
Thanks @angrykoala! - Fix@cypher
directive filters when using interfaces
@neo4j/graphql@7.2.3
Patch Changes
- #6457
cdb24c4
Thanks @angrykoala! - Fix Cypher error on nested update operations with authorization
@neo4j/graphql@5.12.7
Patch Changes
- #6455
7c12030
Thanks @angrykoala! - Fix Cypher error on nested update operations with authorization
@neo4j/graphql-ogm@5.12.7
Patch Changes
- Updated dependencies [
7c12030
]:- @neo4j/graphql@5.12.7
@neo4j/graphql@7.2.2
Patch Changes
- #6446
5ed0ac9
Thanks @MacondoExpress! - Fixed mutation input type generation for enum and custom scalar list operations. Thepush
,pop
, andset
operations in list mutation inputs for enums and custom scalars are now correctly marked as optional instead of required.
@neo4j/graphql@7.2.1
Patch Changes
- #6389
5d74c3e
Thanks @MacondoExpress! - The Authorization validation has moved to use the procedureapoc.util.validate
outside filtering to avoid flakiness caused by the order of evaluation in Cypher.