-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add interface relationship aggregate filters #4856
Add interface relationship aggregate filters #4856
Conversation
🦋 Changeset detectedLatest commit: 4255c2d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Made some changes to the Neo4j GraphQL Toolbox? Or made some changes to the core library perhaps? Check out your changes at https://neo4j-graphql-toolbox-4856.surge.sh Use for instance a local dbms hosted on Neo4j Desktop or a cloud-hosted Aura Free dbms. |
Performance ReportNo Performance Changes Show Full Table
Old Schema Generation: 28.000s |
Description
This PR introduces aggregate filters on an interface relationship for both simple query and connections APIs, when type having a relationship is concrete or interface as well. For example, given the typedefs
The generated filter type (
ActorWhere
) forActor
now contains theactedInAggregate
field (and it also would ifActor
was an interface):Complexity
Complexity: Low
Issue
Closes
Checklist
The following requirements should have been met (depending on the changes in the branch):