Calling different resolvers within a query #1128
Unanswered
lasongrzegorz
asked this question in
Q&A
Replies: 1 comment
-
Hello. Please see this document. It shows exactly what you are asking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to split calls to different resolvers to manage memory. Imagin I am having such a schema :
I would like each
Pong
field to be calling different resolver, so that I do not callping
resolver each time when accessing pong, pingPong or anotherPingPong.I would imagine it would be something like below but obviously I am missing some code there. Is that at all possible?
Thanks a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions