Skip to content

Releases: neo4j/graphql

@neo4j/graphql@7.2.13

29 Sep 10:02
43370ad

Choose a tag to compare

Patch Changes

  • #6696 858a98f Thanks @a-alle! - Fix update rules incorrectly applied on relationship creation and deletion

@neo4j/graphql@7.2.12

23 Sep 15:27
f08a380

Choose a tag to compare

Patch Changes

  • e1e4dac Thanks @mjfwebb! - Fix a case where we were using .flatMap on an Iterable which works in node 22 but not in node 20. We currently support node 20.

  • #6679 8fc6629 Thanks @angrykoala! - Adds numeric and id resolvers to default fields, fixing nested int fields in @cypher fields

  • #6647 c931a40 Thanks @mjfwebb! - Fixes the case where Connection queries with @limit in the type would generate unnecessary cypher with extra node/edge projection.

  • 45ee01f Thanks @mjfwebb! - Fixed a case where selecting pageInfo on a connection would only return totalCount. It now correctly returns the full pageInfo object.

  • #6651 005d83a Thanks @mjfwebb! - Update error messages where wording was grammatically incorrect

@neo4j/graphql@5.12.10

23 Sep 08:55
f51a8ff

Choose a tag to compare

Patch Changes

  • #6675 84b884a Thanks @angrykoala! - Adds feature flag cypherDirective.disableGeneratedLimit to disable default limits to be applied on queries using @cypher directive

@neo4j/graphql-ogm@5.12.10

23 Sep 08:55
f51a8ff

Choose a tag to compare

Patch Changes

  • Updated dependencies [84b884a]:
    • @neo4j/graphql@5.12.10

@neo4j/graphql@7.2.11

04 Sep 11:26
7bdd81a

Choose a tag to compare

Patch Changes

  • #6622 3df1946 Thanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation

@neo4j/graphql@5.12.9

04 Sep 11:26
f417b0f

Choose a tag to compare

Patch Changes

  • #6621 130722c Thanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation

@neo4j/graphql-ogm@5.12.9

04 Sep 11:26
f417b0f

Choose a tag to compare

Patch Changes

  • Updated dependencies [130722c]:
    • @neo4j/graphql@5.12.9

@neo4j/graphql@7.2.10

20 Aug 15:26
a036060

Choose a tag to compare

Patch Changes

@neo4j/graphql@7.2.9

19 Aug 16:00
204fce3

Choose a tag to compare

Patch Changes

  • #6589 8e25ca9 Thanks @angrykoala! - Fix regression on @populatedBy where nested create operations don't trigger callbacks

@neo4j/graphql@7.2.8

13 Aug 16:32
d0614ba

Choose a tag to compare

Patch Changes