Skip to content

changesets for branch dev#7166

Open
neo4j-team-graphql wants to merge 1 commit intodevfrom
changeset-release/dev
Open

changesets for branch dev#7166
neo4j-team-graphql wants to merge 1 commit intodevfrom
changeset-release/dev

Conversation

@neo4j-team-graphql
Copy link
Collaborator

@neo4j-team-graphql neo4j-team-graphql commented Mar 18, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.

Releases

@neo4j/graphql@7.5.0

Minor Changes

  • #7025 879b5c4 Thanks @angrykoala! - Add support for single element relationships. For example:

    type Movie @node {
        title: String!
        actor: [Actor!]! @relationship(type: "ACTED_IN", direction: IN, properties: "ActedIn")
        director: Director! @relationship(type: "DIRECTED", direction: IN, properties: "Directed")
    }

    It makes possible to model and query the data of single element relationships, with the following constraints:

    • If multiple relationships exists, the first one will be returned. The relationship that will be returned will not be guaranteed
    • Connections will maintain the many-to-many API, even if it is a single relationship. This is to maintain the relay spec
    • Delete mutations will be available for nullable fields
    • Create mutations will be available for both, nullable and non-nullable

Patch Changes

@neo4j-team-graphql neo4j-team-graphql force-pushed the changeset-release/dev branch 11 times, most recently from 9d2ded9 to b2324bb Compare March 24, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant