--- title: Optional groupObjects argument in bulk operations mutations that offers faster and more reliable job execution - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/optional-groupobjects-argument-in-bulk-operations-mutations-that-offers-faster-and-more-reliable-job-execution md: https://shopify.dev/changelog/optional-groupobjects-argument-in-bulk-operations-mutations-that-offers-faster-and-more-reliable-job-execution.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 27, 2025 Tags: * Admin GraphQL API * 2025-07 # Optional `groupObjects` argument in bulk operations mutations that offers faster and more reliable job execution We've introduced a new `groupObjects` argument to `bulkOperationRunQuery` and `bulkOperationRunMutation` mutations in the GraphQL Admin API that allow clients optionally to disable grouping and benefit from faster and more reliable bulk operation job runs. The JSONL output file that GraphQL Admin API bulk operations jobs generate by default places child objects directly below their corresponding parent objects. Ensuring such grouping is costly and results in slower job run and increases chances of job timeout. If you do not need grouping in the JSONL output, set `groupObjects` to `false` to benfit from faster and more reliable bulk operation jobs.