Add an extra level to resolvers #911
Unanswered
janwillemvj
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know if it is possible to add a level to my resolvers where I specify the Entity?
Currently I have a mutation to create a new company as follow:
But I am wondering if its possible to have a structure as follow:
This way I can have generic resolvers for my CRUD operations and use them for all Entities with similar implementations
Beta Was this translation helpful? Give feedback.
All reactions