Skip to content

Releases: neo4j/graphql

@neo4j/graphql@5.3.0

21 Mar 10:05
7ec6182
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@neo4j/graphql-ogm@5.3.0

21 Mar 10:05
7ec6182
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@5.2.0

13 Mar 15:03
663f1cd
Compare
Choose a tag to compare

Minor Changes

  • #4816 6b547dd Thanks @a-alle! - Adds support for the @authentication directive on custom resolved fields of root types Query and Mutation

  • #4829 720a5ee Thanks @a-alle! - Add simple relationship filter for relationships to interface types

Patch Changes

  • #4848 86fd1a9 Thanks @MacondoExpress! - Fixed a bug that causes relationship direction to be wrongly generated during the resolution of interface relationship fields.

  • #4867 d82ee15 Thanks @MacondoExpress! - Fixed bug that caused an empty string and false boolean argument being evaluated as NULL when passed as an argument of a @cypher field.

@neo4j/graphql-toolbox@2.1.12

13 Mar 15:03
663f1cd
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-ogm@5.2.0

13 Mar 15:03
663f1cd
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@5.1.0

06 Mar 14:00
b4b82f9
Compare
Choose a tag to compare

Minor Changes

  • #4821 c198de3 Thanks @angrykoala! - Support for top-level connection query on interfaces. For example:

    Typedefs

    interface Show {
        title: String!
    }
    
    type Movie implements Show {
        title: String!
        cost: Float
    }
    
    type Series implements Show {
        title: String!
        episodes: Int
    }

    Query

    query {
        showsConnection(where: { title_CONTAINS: "The Matrix" }) {
            edges {
                node {
                    title
                    ... on Movie {
                        cost
                    }
                }
            }
        }
    }

Patch Changes

  • #4797 19c2a7a Thanks @a-alle! - Fix user defined deprecated directives not propagated on all generated types

  • #4798 9a660fa Thanks @MacondoExpress! - Fixed bug that caused authorization to not be applied on @cypher fields in some situations.

@neo4j/graphql-toolbox@2.1.11

06 Mar 14:00
b4b82f9
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-ogm@5.1.0

06 Mar 14:00
b4b82f9
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql@5.0.1

27 Feb 13:23
c198010
Compare
Choose a tag to compare

Patch Changes

@neo4j/graphql-toolbox@2.1.10

27 Feb 13:23
c198010
Compare
Choose a tag to compare

Patch Changes