Answer: Shopify GraphQL API Pagination Stuck in Infinite Loop with Same `endCursor`

Answer: Shopify GraphQL API Pagination Stuck in Infinite Loop with Same `endCursor`

According to the Shopify API reference, it should be as this: const data = await _client.query({ data: { query: query variables: { cursor: …

 

Read More