Skip to content
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

changesets for branch dev #4805

Merged
merged 1 commit into from
Mar 6, 2024
Merged

changesets for branch dev #4805

merged 1 commit into from
Mar 6, 2024

Conversation

neo4j-team-graphql
Copy link
Collaborator

@neo4j-team-graphql neo4j-team-graphql commented Mar 1, 2024

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

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

Patch Changes

@neo4j/[email protected]

Patch Changes

@neo4j-team-graphql
Copy link
Collaborator Author

neo4j-team-graphql commented Mar 1, 2024

Thanks for the Neo4j GraphQL Toolbox updates.

The Neo4j GraphQL Toolbox has now been torn down - reopening this PR will republish it.

@neo4j-team-graphql neo4j-team-graphql force-pushed the changeset-release/dev branch 18 times, most recently from d1afebd to c2ab9b2 Compare March 6, 2024 13:36
@angrykoala angrykoala merged commit b4b82f9 into dev Mar 6, 2024
85 of 88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pull requests
Development

Successfully merging this pull request may close these issues.

2 participants