Skip to content

Releases: neo4j/graphql

[email protected]

21 May 15:54
9542de0
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

21 May 15:54
9542de0
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@neo4j/[email protected]

21 May 15:54
9542de0
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

13 May 14:08
509fce4
Compare
Choose a tag to compare

Patch Changes

  • #5103 05d83b2 Thanks @angrykoala! - Optimise schema generation for aggregations, reducing schema generation time

  • #5085 c82f7b8 Thanks @angrykoala! - Validation warning on objects without resolver only appear under env variable DEBUG=@neo4j/graphql:graphql

  • #5104 bcc3719 Thanks @angrykoala! - Add feature option excludeDeprecatedFields to reduce the schema size by removing autogenerated fields that have been deprecated:

    Usage:

    const neoSchema = new Neo4jGraphQL({
        typeDefs,
        driver,
        features: {
            excludeDeprecatedFields: {
                bookmark: true,
                negationFilters: true,
                arrayFilters: true,
                stringAggregation: true,
                aggregationFilters: true,
            },
        },
    });

    This flag will remove the fields marked as @deprecated that have been autogenerated by the @neo4j/graphql library to reduce the schema size and hence server startup time and performance. Note that user-defined deprecated fields are not removed. Some autogenerated fields may still be generated, particularly those that do not affect schema size.

@neo4j/[email protected]

13 May 14:08
509fce4
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

07 May 09:09
1eb7e98
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

07 May 09:09
1eb7e98
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

30 Apr 11:03
bdd36ac
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

30 Apr 11:03
bdd36ac
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

30 Apr 11:03
bdd36ac
Compare
Choose a tag to compare

Patch Changes