Admin GraphQL API2025-07
Optional groupObjects
argument in bulk operations mutations that offers faster and more reliable job execution
groupObjects
argument in bulk operations mutations that offers faster and more reliable job executionWe've introduced a new argument to
and
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 to
false
to benfit from faster and more reliable bulk operation jobs.
Was this section helpful?