Replies: 2 comments 1 reply
-
|
This is currently not supported but would be a good addition. Feel free to create a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am looking for a way to execute multiple mutations in a single Graphql request using the types and the clients generated by the codegen plugin. I see that
GraphQLQueryRequestconstructor only accepts one client object as an argument.Any way I could pass multiple mutation objects and get it serialised as a string?
Beta Was this translation helpful? Give feedback.
All reactions