GRAPHQL

USE FOR: Building GraphQL APIs in .NET using Hot Chocolate. Use when clients need flexible query capabilities, field selection, and efficient data fetching across related entities without over-fetching or under-fetching. DO NOT USE FOR: Simple CRUD APIs with fixed response shapes (use REST with minimal APIs), file upload/download endpoints (use REST), or real-time bidirectional communication (use SignalR, though GraphQL subscriptions can complement it).

Tyler-R-Kendrick 8728a55 21 files · 30.5 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/web/graphql commit 8728a55058

Frequently asked questions

npx skillmds add tyler-r-kendrick/graphql