Replies: 1 comment 2 replies
-
Well... if you control the server implementation, then you can certainly create a mutation which accepts an array of input objects... But a you cannot input multiple objects into a mutation which expects a single input object for "batch processing", you need to call it separately for each mutation. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to create a mutation and pass a list of objects to that mutation in .net 4.6? Currently I create a GraphQlRequest and write the query and add variables. This works for a single mutation but I would like the request to contain multiple objects in a single request.
Beta Was this translation helpful? Give feedback.
All reactions