Shopify Rate Limits
Fauxlio attempts to use a very similar rate limit strategy as Shopify's. A very basic cost calculation is applied to each GraphQL query, and return an error if the cost exceeds the allowed limit (currently 2,000). We also apply some basic rate limits to the API generally, to protect all of our users, which is currently set to 5 requests per second and 10,000 requests per day.