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
or
mutation. After they are created, clients should poll the
status
field for updates. When, the
url
field 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?