objectCount:
UnsignedInt64!
A running count of all the objects processed.
For example, when fetching all the products and their variants, this field counts both products and variants.
This field can be used to track operation progress.
partialDataUrl:
URL
The URL that points to the partial or incomplete response data (in [JSONL](http://jsonlines.org/) format) that was returned by a failed operation.
The URL expires 7 days after the operation fails. Returns `null` when there's no data available.
query:
String!
GraphQL query document specified in `bulkOperationRunQuery`.
rootObjectCount:
UnsignedInt64!
A running count of all the objects that are processed at the root of the query.
For example, when fetching all the products and their variants, this field only counts products.
This field can be used to track operation progress.
status:
BulkOperationStatus!
Status of the bulk operation.
type:
BulkOperationType!
The bulk operation's type.
url:
URL
The URL that points to the response data in [JSONL](http://jsonlines.org/) format.
The URL expires 7 days after the operation completes.