·writing-graphql-operations
</>

writing-graphql-operations

saleor/configurator

Creates GraphQL queries and mutations using gql.tada and urql. Implements repository pattern with type-safe operations and error handling. Triggers on: GraphQL query, GraphQL mutation, gql.tada, urql client, Saleor API, fragments, repository pattern, fetch-schema, MSW mocks.

10Installs·1Trend·@saleor

Installation

$npx skills add https://github.com/saleor/configurator --skill writing-graphql-operations

SKILL.md

Guide the creation and maintenance of GraphQL operations following project conventions for type safety, organization, error handling, and testing.

| urql | GraphQL client with caching | | gql.tada | Type-safe GraphQL with TypeScript inference | | @urql/exchange-auth | Authentication handling | | @urql/exchange-retry | Rate limiting and retry logic |

| CombinedError | Network/GraphQL errors | GraphQLError.fromCombinedError() | | errors array | Mutation validation errors | Check result.data?.mutation?.errors | | Rate limit (429) | Too many requests | Automatic retry via exchange | | Auth error | Invalid/expired token | Re-authenticate |

Creates GraphQL queries and mutations using gql.tada and urql. Implements repository pattern with type-safe operations and error handling. Triggers on: GraphQL query, GraphQL mutation, gql.tada, urql client, Saleor API, fragments, repository pattern, fetch-schema, MSW mocks. Source: saleor/configurator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/saleor/configurator --skill writing-graphql-operations
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is writing-graphql-operations?

Creates GraphQL queries and mutations using gql.tada and urql. Implements repository pattern with type-safe operations and error handling. Triggers on: GraphQL query, GraphQL mutation, gql.tada, urql client, Saleor API, fragments, repository pattern, fetch-schema, MSW mocks. Source: saleor/configurator.

How do I install writing-graphql-operations?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/saleor/configurator --skill writing-graphql-operations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/saleor/configurator