·writing-graphql-operations
</>

writing-graphql-operations

saleor/configurator

Erstellt GraphQL-Abfragen und -Mutationen mit gql.tada und urql. Implementiert ein Repository-Muster mit typsicheren Vorgängen und Fehlerbehandlung. Auslöser für: GraphQL-Abfrage, GraphQL-Mutation, gql.tada, Urql-Client, Saleor-API, Fragmente, Repository-Muster, Fetch-Schema, MSW-Mocks.

10Installationen·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 |

Erstellt GraphQL-Abfragen und -Mutationen mit gql.tada und urql. Implementiert ein Repository-Muster mit typsicheren Vorgängen und Fehlerbehandlung. Auslöser für: GraphQL-Abfrage, GraphQL-Mutation, gql.tada, Urql-Client, Saleor-API, Fragmente, Repository-Muster, Fetch-Schema, MSW-Mocks. Quelle: saleor/configurator.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/saleor/configurator --skill writing-graphql-operations
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist writing-graphql-operations?

Erstellt GraphQL-Abfragen und -Mutationen mit gql.tada und urql. Implementiert ein Repository-Muster mit typsicheren Vorgängen und Fehlerbehandlung. Auslöser für: GraphQL-Abfrage, GraphQL-Mutation, gql.tada, Urql-Client, Saleor-API, Fragmente, Repository-Muster, Fetch-Schema, MSW-Mocks. Quelle: saleor/configurator.

Wie installiere ich writing-graphql-operations?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/saleor/configurator --skill writing-graphql-operations Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/saleor/configurator