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

attributes

Response

Name
Type
Description

batch

errors

List (String)

Last updated

Was this helpful?