Good morning,
I came across this statement while reading on GraphQL pagination:
You can retrieve up to a maximum of 250 resources. If you need to paginate larger volumes of data, then you can perform a bulk query operation using the GraphQL Admin API.
Does it mean that the maximum page size limit, across all GraphQL Admin API queries, is 250?
Thank you!
Piotr
Hi @Piotr_Wojcicki,
I can confirm that this is correct, the maximum amount of items you can request per page, is 250.
If you need to request more than 250 items, you will need to utilize pagination to request the next page with up to 250 items, or you can use Bulk Operations to request everything at once asynchronously.
This limitation is applicable across all Shopify GraphQL APIs.
1 Like