Bulk Operation Type
The valid values for the bulk operation's type.
Anchor to Valid valuesValid values
- Anchor to MUTATIONMUTATION
The bulk operation is a mutation.
- Anchor to QUERYQUERY
The bulk operation is a query.
Anchor to FieldsFields
- •OBJECT
An asynchronous operation that exports large datasets or imports data in bulk. Create bulk operations using bulkOperationRunQuery to export data or bulkOperationRunMutation to import data.
After creation, check the
statusfield to track progress. When completed, theurlfield contains a link to download results in JSONL format. Thefield shows the running total of processed objects, whiletracks only root-level objects in nested queries.If an operation fails but retrieves partial data, then the
field provides access to incomplete results.Noteurlandvalues expire after seven days.
- •ARGUMENT
The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.