Replies: 1 comment
-
Found we can use this approach for now:
|
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'm trying to create a mutation that allows to update multiple records (an array of objects), How can I create the graphQL definition for this?. To be more specific, imagining I have an array like this:
How can tell the mutation I want to update multiple accounts where the external Id is equals to their value.
Right now I'm trying to create a sample in my personal Hasura instance, but I'm hopping to be able to pass to this endpoint around 200 records per request.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions