Create comprehensive tests for GraphQL APIs including queries, mutations, and subscriptions
Build a complete GraphQL API test suite:
**GraphQL Endpoint:** {{ENDPOINT}}
**Schema Overview:**
```graphql
{{SCHEMA_EXCERPT}}
```
**Operations to Test:**
**Queries:**
{{QUERIES_LIST}}
**Mutations:**
{{MUTATIONS_LIST}}
**Subscriptions (if any):**
{{SUBSCRIPTIONS_LIST}}
**Test Coverage:**
1. **Query Tests:**
…Premium Prompt
Unlock this prompt — and all 30,000+ expert-crafted prompts — with Pro.
Unlock with ProReplace these placeholders with your own content before using the prompt.
[{ENDPOINT][{SCHEMA_EXCERPT][{QUERIES_LIST][{MUTATIONS_LIST][{SUBSCRIPTIONS_LIST]