·graphql-schema-design
</>

graphql-schema-design

pluginagentmarketplace/custom-plugin-graphql

ベスト プラクティスとパターンを使用して本番グレードの GraphQL スキーマを設計する

5インストール·0トレンド·@pluginagentmarketplace

インストール

$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 |

ベスト プラクティスとパターンを使用して本番グレードの GraphQL スキーマを設計する ソース: pluginagentmarketplace/custom-plugin-graphql。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-schema-design
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

graphql-schema-design とは?

ベスト プラクティスとパターンを使用して本番グレードの GraphQL スキーマを設計する ソース: pluginagentmarketplace/custom-plugin-graphql。

graphql-schema-design のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-schema-design インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/pluginagentmarketplace/custom-plugin-graphql