Skip to content

Releases: neo4j/graphql

@neo4j/[email protected]

04 Sep 11:26
7bdd81a
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

20 Aug 15:26
a036060
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

19 Aug 16:00
204fce3
Compare
Choose a tag to compare

Patch Changes

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

@neo4j/[email protected]

13 Aug 16:32
d0614ba
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

12 Aug 13:33
55ac846
Compare
Choose a tag to compare

Patch Changes

  • #6555 95fe716 Thanks @angrykoala! - Optimize connection queries without totalCount or pageInfo such as:

    query {
        moviesConnection(first: 20, sort: [{ title: ASC }]) {
            edges {
                node {
                    title
                }
            }
        }
    }

    Will no longer calculate totalCount in the generated Cypher

  • #6554 d3b7b59 Thanks @angrykoala! - Improved performance for Connection queries for cases when only totalCount is requested.

    query {
        moviesConnection(where: { title: { eq: "Forrest Gump" } }) {
            totalCount
        }
    }

@neo4j/[email protected]

04 Aug 14:08
1563d6a
Compare
Choose a tag to compare

Patch Changes

@neo4j/[email protected]

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

Patch Changes

@neo4j/[email protected]

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

Patch Changes