mutationBatch

Graphql fields and variables for the mutationBatch mutation

Process mutations in bulks

Scope required: standard:write

For a complete list of input attributes see the [BatchMutationAttributes!] type

mutation mutationBatch ($attributes: [BatchMutationAttributes!]!) {
  mutationBatch (attributes: $attributes) {
      batch
      errors
  }
}

Arguments

{
  "attributes": [
    {
      "mutation": "BatchMutationName",
      "attributes": "JSON",
      "body": ""
    }
  ]
}
Name
Type
Description

attributes

Response

Name
Type
Description

batch

errors

List (String)

Last updated

Was this helpful?