Open Andy2003 opened 2 years ago
Same question for interface relationships.
I would expect the following fields on an relations of type interface as well:
actedIn: ProductionWhere
actedInAggregate: ActorActedInAggregateInput
actedIn_NOT: ProductionWhere
Many thanks for raising this bug report @Andy2003. :bug: We will now attempt to reproduce the bug based on the steps you have provided.
Please ensure that you've provided the necessary information for a minimal reproduction, including but not limited to:
If you have a support agreement with Neo4j, please link this GitHub issue to a new or existing Zendesk ticket.
Thanks again! :pray:
From the example above, actedInAggregate
is all that's missing from the input above now in the 5.0.0
branch.
We've been able to confirm this bug using the steps to reproduce that you provided - many thanks @Andy2003! :pray: We will now prioritise the bug and address it appropriately.
Given the Schema:
The following
ActorWhere
is generated:see also: https://github.com/neo4j/graphql/blob/dev/packages/graphql/tests/schema/connect-or-create-unions.test.ts#L330-L345
I would expect the additional fields on this input type: