Skio Rate Limits
Skio's public GraphQL API publishes explicit limits per API token: a maximum query depth of 4 nested levels, a maximum of 100 nodes per request, and a sustained rate of 2,000 requests per minute per API token. These are drawn directly from Skio's API reference at code.skio.com. Query cost is therefore shaped by both request rate and per-query complexity (depth and node count), in the typical Hasura style.
Skio Rate Limits is the machine-readable rate-limit profile for Skio on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests, nesting_levels, and nodes.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Subscriptions, Shopify, GraphQL, Rate Limiting, and Quotas.