Deep Nested Mutations #598
Unanswered
hadiranjbar25
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Maybe I'm missing the point, but your schema looks a little weird. In your schema the Shouldn't your schema look like the following? Of course there are multiple ways to model this. Anyway, based on my schema above, you would have a datafetcher like this: @DgsMutation
public Response createA(@InputArgument final Input input) {
} |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi
My mutation schema is like this
How should my datafetcher for create look like?
I also have problem with dgsQueryExecutor in my tests. I have no idea how to create query and projection for this schema
Beta Was this translation helpful? Give feedback.
All reactions