saleor-graphql
Installation
SKILL.md
Saleor GraphQL API
Before writing code
Fetch live docs:
- Fetch
https://docs.saleor.io/docs/developer/api-referencefor API reference overview - Web-search
site:docs.saleor.io GraphQL queries mutations examplesfor query patterns - Web-search
site:docs.saleor.io cursor pagination first afterfor pagination reference - Web-search
site:docs.saleor.io authentication JWT tokenfor auth token handling - Web-search
site:docs.saleor.io GraphQL error handlingfor mutation error patterns - Fetch
https://docs.saleor.io/docs/developer/api-conventionsfor API conventions
GraphQL-First Architecture
Saleor exposes its entire functionality through a single GraphQL endpoint. There is no REST API -- all interactions (storefront, dashboard, apps, integrations) use GraphQL exclusively.