mutationBatch
Graphql fields and variables for the mutationBatch mutation
Process mutations in bulks
Scope required: standard:write
mutation mutationBatch ($attributes: !) {
mutationBatch (attributes: $attributes) {
batch
errors
}
}
Arguments
{
"attributes": [
{
"mutation": "BatchMutationName",
"attributes": "JSON",
"body": ""
}
]
}
Name
Type
Description
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?