Skip to content

Releases: neo4j/graphql

@neo4j/graphql@7.2.5

23 Jul 14:22
56e3214
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@6.6.4

23 Jul 14:17
02c5a80
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@5.12.8

23 Jul 14:19
97ebdf1
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-ogm@5.12.8

23 Jul 14:19
97ebdf1
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [eed105e]:
    • @neo4j/graphql@5.12.8

@neo4j/graphql@7.2.4

21 Jul 16:53
9baa5c1
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@7.2.3

02 Jul 08:21
3981c24
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@5.12.7

01 Jul 16:00
a30c260
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-ogm@5.12.7

01 Jul 16:00
a30c260
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [7c12030]:
    • @neo4j/graphql@5.12.7

@neo4j/graphql@7.2.2

30 Jun 15:52
df3b32c
Compare
Choose a tag to compare

Patch Changes

  • #6446 5ed0ac9 Thanks @MacondoExpress! - Fixed mutation input type generation for enum and custom scalar list operations. The push, pop, and set operations in list mutation inputs for enums and custom scalars are now correctly marked as optional instead of required.

@neo4j/graphql@7.2.1

18 Jun 08:27
dd5f2bd
Compare
Choose a tag to compare

Patch Changes

  • #6389 5d74c3e Thanks @MacondoExpress! - The Authorization validation has moved to use the procedure apoc.util.validate outside filtering to avoid flakiness caused by the order of evaluation in Cypher.