graphql

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations.

APACHE-2.0 License

Downloads
80K
Stars
503
Committers
61

Bot releases are hidden (Show)

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 6 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 6 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 6 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 6 months ago

Patch Changes

  • #4992 5dcd0a7 Thanks @a-alle! - PopulatedBy fields part of inputs for operations not defined in directive argument

  • #4979 b730146 Thanks @a-alle! - EventPayload type for interface excludes fields that any of its implementations define as custom resolved

  • #5022 6b6f636 Thanks @angrykoala! - Fix aggregation filtering with multiple labels #5013

  • #4916 cb83cf5 Thanks @a-alle! - Fix aliased fields case on interface relationship connection filters

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

  • #4932 cd700d0 Thanks @angrykoala! - Fix @cypher parameters "replace" logic when parameters have similar names #4908
graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Minor Changes

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 7 months ago

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.

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

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.

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

Patch Changes

graphql - @neo4j/[email protected]

Published by neo4j-team-graphql 8 months ago

Patch Changes