Skip to content

Releases: neo4j/graphql

@neo4j/[email protected]

12 Nov 13:17
c1083b1

Choose a tag to compare

Patch Changes

@neo4j/[email protected]

31 Oct 12:54
e85c8e6

Choose a tag to compare

Patch Changes

  • #6782 51ae6ed Thanks @mjfwebb! - Replaces usage of readTransaction with executeRead in introspector to pave the way for a future upgrade to neo4j-driver v6.

@neo4j/[email protected]

16 Oct 12:39
da15c93

Choose a tag to compare

Minor Changes

  • #6740 5cdb2eb Thanks @luffy1727! - Add the ability to specify transaction configuration. e.g. timeout

    const transactionConfig = {
        timeout: 60 * 1000,
        metadata: {
            "my-very-own-metadata": "is very good!",
        },
    };
    
    const neoSchema = new Neo4jGraphQL({ typeDefs, driver });
    
    const server = new ApolloServer({
        schema: await neoSchema.getSchema(),
    });
    
    await startStandaloneServer(server, {
        context: async ({ req }) => ({ req, transaction: transactionConfig }),
    });

@neo4j/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

23 Sep 08:55
f51a8ff

Choose a tag to compare

Patch Changes

@neo4j/[email protected]

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/[email protected]

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/[email protected]

04 Sep 11:26
f417b0f

Choose a tag to compare

Patch Changes