graphql
Installation
SKILL.md
Crowdin GraphQL Query Writing
Use this skill to produce valid Crowdin GraphQL queries that match the live schema, avoid unsupported arguments, and include practical pagination/filtering patterns.
What to Deliver
Return:
- A working GraphQL query.
- A short explanation of how it works.
- If relevant, a corrected version of the user's broken query plus a brief "what was wrong".
- Optional: variables object when it improves readability.