Design efficient GraphQL schemas with best practices
Help me design a GraphQL schema for this domain: Domain description: [WHAT THE APPLICATION DOES] Entities and relationships: [DESCRIBE YOUR DATA MODEL] Required operations: - Queries needed: [LIST] - Mutations needed: [LIST] - Subscriptions needed: [LIST IF ANY] Please provide: 1. Complete SDL schema definition 2. Type definitions with descriptions 3. Input types for mutations 4. Connection types for pagination 5. Custom scalar types if needed 6. Resolver structure recommendations 7. N+1 query prevention strategies
Help me design a GraphQL schema for this domain: Domain description: [WHAT THE APPLICATION DOES] Entities and relationships: [DESCRIBE YOUR DATA MODEL] Required operations: - Queries needed: [LIST] - Mutations needed: [LIST] - Subscriptions needed: [LIST IF ANY] Please provide: 1. Complete SDL schema definition 2. Type definitions with descriptions 3. Input types for mutations 4. Connection types for pagination 5. Custom scalar types if needed 6. Resolver structure recommendations 7. N+1 query prevention strategies
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.
Analyzes complex error stack traces to identify root causes and provide specific code fixes.
Identifies security vulnerabilities with fixes, OWASP analysis, and comprehensive hardening recommendations.