How do I get resolvers implementation on my plugin? #1131
Unanswered
hugo-marello-nutrien
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In which of the hooks available in the plugin definition can I get the implementation of my resolvers? My main idea is to build an object just like apollo-server would take as the 'resolvers' field.
Code example:
And somewhere in the plugin I would like to build the object tree:
The result should be something like:
Beta Was this translation helpful? Give feedback.
All reactions