Anchor to bulkOperationRunQuerybulk
mutationbulk Operation Run Query
Creates and runs a bulk operation query.
See the bulk operations guide for more details.
Anchor to Arguments
Arguments
- Anchor to groupObjectsgroup•Boolean!requiredDefault:true
Objects Whether to group objects under their corresponding parent objects in the JSONL output. Grouping is costly, causes bulk operations to take longer to complete, and increases the chances of failures such as timeouts.
- Anchor to queryquery•String!required
The query to be executed in bulk.
Was this section helpful?
- Anchor to bulkOperationbulk•Bulk
Operation Operation The newly created bulk operation.
- Anchor to userErrorsuser•[Bulk
Errors Operation User Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?