Best practices for paginating nested query results?

One way to do this is not to paginate the results at all, and then use bulkOperationRunQuery, instead.

With the bulkOperationRunQuery mutation:

  • The first argument is optional and ignored if present, so it can be removed.
  • The cursor and pageInfo fields are also optional and ignored if present, so they can be removed.

URL: https://shopify.dev/api/usage/bulk-operations/queries