Build GraphQL server:
Schema: ${{SCHEMA_DESCRIPTION}}
Framework: ${{GRAPHQL_FRAMEWORK}}
Features: ${{FEATURES}}
Implement:
- Schema definition
- Resolvers
- DataLoaders (N+1 prevention)
- Authentication
- Input validation
- Subscriptions
- Error handling
- Playground/GraphiQLOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{SCHEMA_DESCRIPTION][{GRAPHQL_FRAMEWORK][{FEATURES]