How to implement data fetchers for nested mutation types #1444
Unanswered
sriramgopalan-awx
asked this question in
Q&A
Replies: 1 comment
-
|
I had to do something like this example where I have a mutation that returns a class with a reference to the nested payload which will be populated by the function annotated with @DgsData |
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
Uh oh!
There was an error while loading. Please reload this page.
-
As you see in the above schema, I have a nested mutation structure and the operations are not at the root level. Now how do I implement data fetchers for
topLevelwhich is of type mutation and forsignUpfield which is of typeMyTopLevelMutation? Any help will be really appreciated.#528 - In this issue they refer to testing but I would like to know the implementation of the data fetchers.
Beta Was this translation helpful? Give feedback.
All reactions