Skip to content

Releases: neo4j/graphql

@neo4j/graphql@5.9.2

29 Oct 15:11
574d4e7
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-ogm@5.9.2

29 Oct 15:11
574d4e7
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [2a69218]:
    • @neo4j/graphql@5.9.2

@neo4j/graphql@5.9.1

22 Oct 12:04
1419ecc
Compare
Choose a tag to compare

Patch Changes

  • #5458 4104217 Thanks @renovate! - Added a fix in document validation for type definitions using @customResolver and authentication/authorization rules

@neo4j/graphql-ogm@5.9.1

22 Oct 12:05
1419ecc
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [4104217]:
    • @neo4j/graphql@5.9.1

@neo4j/graphql@5.9.0

09 Oct 15:40
a166629
Compare
Choose a tag to compare

Minor Changes

  • #5633 cfa296b Thanks @angrykoala! - Remove connection wrapper on vector queries.

    Previous:

    query MovieVectorQuery($vector: [Float!]!) {
        myVectorQuery(vector: $vector) {
            moviesConnection {
                edges {
                    cursor
                    score
                    node {
                        title
                    }
                }
            }
        }
    }

    Now:

    query MovieVectorQuery($vector: [Float!]!) {
        myVectorQuery(vector: $vector) {
            edges {
                cursor
                score
                node {
                    title
                }
            }
        }
    }

    Vector index is now a stable feature.

Patch Changes

  • #5647 9feeda9 Thanks @MacondoExpress! - Fix a bug that causes an invalid Cypher generated for authorization filters in the connectOrCreate operation.

@neo4j/graphql@5.8.0

09 Oct 09:30
6e8092c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #5632 3c69066 Thanks @darrellwarde! - The options argument of assertIndexesAndConstraints has been deprecated and the creation of indexes and constraints will no longer be support in the next major version of the library.

  • #5606 e4ac1d8 Thanks @angrykoala! - Fix delete operations inside updates for unions

  • #5616 b7552f8 Thanks @angrykoala! - Fix cardinality validation on nested unions

@neo4j/graphql-ogm@5.9.0

09 Oct 15:40
a166629
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-ogm@5.8.0

09 Oct 09:30
6e8092c
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@5.7.1

01 Oct 08:15
12c0b0d
Compare
Choose a tag to compare

Patch Changes

  • #5600 d3f4679 Thanks @mjfwebb! - Fix: disable schema generation for filtering on list cypher fields

@neo4j/graphql-ogm@5.7.1

01 Oct 08:15
12c0b0d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [d3f4679]:
    • @neo4j/graphql@5.7.1