graphile-v5-inflection
Installation
SKILL.md
PostGraphile v5 Inflection
Customize how PostgreSQL names become GraphQL names using inflectors.
Official Documentation
- Inflection Guide: https://postgraphile.org/postgraphile/next/inflection
When to Apply
Use this skill when:
- GraphQL field names don't match your naming conventions
- You want to simplify relation names (e.g.,
userByAuthorId->author) - You want to remove schema prefixes from type names
- You need custom pluralization rules
- You want to shorten mutation names