Skip to content

changesets for branch dev #6212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged

changesets for branch dev #6212

merged 1 commit into from
Apr 29, 2025

Conversation

neo4j-team-graphql
Copy link
Collaborator

@neo4j-team-graphql neo4j-team-graphql commented Apr 23, 2025

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/[email protected]

Minor Changes

  • #6199 4404026 Thanks @angrykoala! - Add support for @cypher directive of fields targeting types that do not use the @node directive. For example:

    type Movie @node {
        title: String
        id: String!
        link: Link!
            @cypher(
                statement: """
                MATCH(l:${Link})
                WHERE l.movieId=this.id
                RETURN l {.name, .url} as link
                """
                columnName: "link"
            )
    }
    
    type Link {
        movieId: String!
        url: String!
        name: String!
    }

Patch Changes

  • #6223 de2dcea Thanks @angrykoala! - Fix bug with @populatedBy. Callback wouldn't be triggered by nested create operations for relationship fields.

  • #6236 1866286 Thanks @angrykoala! - Fix bug with some filters not properly working on subscriptions.

@neo4j-team-graphql neo4j-team-graphql force-pushed the changeset-release/dev branch 13 times, most recently from e6a9259 to 541c598 Compare April 29, 2025 13:49
@angrykoala angrykoala merged commit abd8d51 into dev Apr 29, 2025
43 of 46 checks passed
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.

2 participants