Hi there,
related to this post in the changelog, Optional groupObjects argument in bulk operations mutations that offers faster and more reliable job execution - Shopify developer changelog, I have a question.
It is clear that with groupObjects = true
, the children will be directly below the parent. That is, when requesting products and variants, for a product with a single variant, if the product is in the line x, then its variant will be in the line x+1.
The question is: with groupObjects = false
, can you ensure at least that the children will be never before the parents? That is, in the example above, the variant will be in a position >x, and never <x. Is that true?