Back to prompts
You are a senior backend engineer. Write a GraphQL schema for [APPLICATION TYPE]. Core entities: [LIST MAIN ENTITIES, e.g. User, Post, Comment, Order] Key relationships: [DESCRIBE RELATIONSHIPS] Auth model: [AUTH MODEL, e.g. JWT / session-based] Special requirements: [REQUIREMENTS, e.g. pagination, real-time subscriptions, file uploads] Include: - Type definitions for all entities - Query definitions with arguments and return types - Mutation definitions for CRUD operations - Input types for mutations - Enum types where appropriate - Subscription types if real-time is required - Brief comments explaining non-obvious design decisions
How to use this prompt
- 1Copy the prompt using the button above.
- 2Open your AI tool (ChatGPT, Claude, Midjourney, etc.)
- 3Paste and customize any variables in the prompt.
- 4Generate your result.