Anchor to BulkOperationTypeBulk
enumBulk 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.
Was this section helpful?
Anchor to FieldsFields
- •OBJECT
An asynchronous long-running operation to fetch data in bulk or to bulk import data.
Bulk operations are created using the
ormutation. After they are created, clients should poll thestatusfield for updates. When, theurlfield contains a link to the data in JSONL format.Refer to the bulk operations guide for more details.
- •ARGUMENT
The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.
Was this section helpful?