bulkOperationRunMutation mutation
Version unstable
Creates and runs a bulk operation mutation.
To learn how to bulk import large volumes of data asynchronously, refer to the bulk import data guide.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
mutation
(
String!
)
required
|
The mutation to be executed in bulk. |
stagedUploadPath
(
String!
)
required
|
The staged upload path of the file containing mutation variables. |
Return fields
-
bulkOperation (
BulkOperation
)The newly created bulk operation.
-
userErrors (
[BulkMutationUserError!]!
)List of errors that occurred executing the mutation.