Shopify GraphQL Admin API rate limiting cost and sleep time
问题 I am trying to consume Shopify GraphQL API for Admin in PHP ( Laravel ). Rate limiting and throttling works differently in GraphQL api as compared to REST api, its calculated based on the cost of the query. Few points to keep in mind: Maximum available cost is 1000 for one api call (query). If you have consumed some points from 1000, every second, 50 points will be restored. If you have less points of cost in your bucket, and you make a query of cost higher than that, it will throttle. The