·graphql-schema-design
</>

graphql-schema-design

pluginagentmarketplace/custom-plugin-graphql

Entwerfen Sie produktionstaugliche GraphQL-Schemata mit Best Practices und Mustern

5Installationen·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-schema-design

SKILL.md

Learn industry-standard patterns for designing GraphQL schemas that scale. Covers naming conventions, pagination, error handling, and schema evolution.

| Connection | Paginated lists | users: UserConnection! | | Payload | Mutation results | CreateUserPayload | | Input | Mutation args | CreateUserInput | | Interface | Shared fields | interface Node { id: ID! } | | Union | Multiple types | SearchResult = User \| Post |

| Breaking change | Removed field | Use @deprecated first | | Over-fetching | No pagination | Add Connection pattern | | N+1 queries | Direct relations | Use DataLoader | | Type explosion | Too many types | Use interfaces/generics |

Entwerfen Sie produktionstaugliche GraphQL-Schemata mit Best Practices und Mustern Quelle: pluginagentmarketplace/custom-plugin-graphql.

Original anzeigen

Fakten (zitierbereit)

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

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-schema-design
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist graphql-schema-design?

Entwerfen Sie produktionstaugliche GraphQL-Schemata mit Best Practices und Mustern Quelle: pluginagentmarketplace/custom-plugin-graphql.

Wie installiere ich graphql-schema-design?

Ö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/pluginagentmarketplace/custom-plugin-graphql --skill graphql-schema-design 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/pluginagentmarketplace/custom-plugin-graphql