# bulkOperationRunQuery - admin-graphql - MUTATION Version: 2024-10 ## 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](/docs/api/admin-graphql/2024-10/scalars/String): String! - The query to be executed in bulk. ## Returns * [bulkOperation](/docs/api/admin-graphql/2024-10/objects/BulkOperation): BulkOperation The newly created bulk operation. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples