bulkOperationRunQuery - admin-graphql - MUTATION
Version: 2024-04
Description:
Creates and runs a bulk operation query.
See the [bulk operations guide](https://shopify.dev/api/usage/bulk-operations/queries) for more details.
Access Scopes
Arguments
-
query:
String! -
The query to be executed in bulk.
Returns
-
bulkOperation:
BulkOperation
The newly created bulk operation.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples