I’m getting timeouts using the Storefront API (GraphQL). There’s a lot of data coming in and I’m using pagination to fetch all the data. But it seems like after a certain amount of time I get this error:
[ { message: 'Timeout' } ]
Is it due to rate-limiting? What is the recommended practice to fetch a lot of products from the StorefrontAPI?