graphile-v5-debugging
Installation
SKILL.md
PostGraphile v5 Debugging
Debug schema generation issues and understand how PostGraphile v5 builds your GraphQL schema.
Official Documentation
- Debugging Guide: https://postgraphile.org/postgraphile/next/debugging
- Configuration: https://postgraphile.org/postgraphile/next/config
When to Apply
Use this skill when:
- You don't understand why a field is named a certain way
- You want to see what inflectors are being called
- You need to detect naming conflicts between schemas
- You're troubleshooting unexpected schema behavior
- You want to understand the build process