mutationBatch
Graphql fields and variables for the mutationBatch mutation
mutation mutationBatch ($attributes: [BatchMutationAttributes!]!) {
mutationBatch (attributes: $attributes) {
batch
errors
}
}Arguments
{
"attributes": [
{
"mutation": "BatchMutationName",
"attributes": "JSON",
"body": ""
}
]
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
