graphql-dev

Installation
SKILL.md

GraphQL Development for Saleor

Before writing code

Fetch live docs:

  1. Web-search site:docs.saleor.io api-reference for the current Saleor GraphQL schema and API reference
  2. Web-search site:the-guild.dev graphql-codegen for GraphQL Code Generator configuration and plugins
  3. Web-search site:graphql.org learn for GraphQL specification fundamentals
  4. Web-search saleor GraphQL TypedDocumentNode urql for typed client patterns
  5. Fetch https://docs.saleor.io/docs/developer/api-conventions for Saleor-specific GraphQL conventions

GraphQL Fundamentals

Operation Purpose Saleor Example
Query Read data Fetch products, orders, categories
Mutation Write data Create checkout, update product, complete order
Subscription Real-time events Webhook subscription payloads
Related skills

More from orcaqubits/agentic-commerce-skills-plugins

Installs
4
GitHub Stars
29
First Seen
Mar 31, 2026