-
Let's say I have an ORM entity called 'Fruit' with an attribute called 'bananas' which is a oneToMany relation with another ORM entity called Banana. My graphQlOperation looks like:
And inside the resolver I got this
And I don't know why but automatically the attribute collectionOfBanana will return the collection of banana from the original entity. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use a provider not a resolver |
Beta Was this translation helpful? Give feedback.
Use a provider not a resolver