graphile-v5-behaviors
Installation
SKILL.md
PostGraphile v5 Behaviors
Control what gets generated in your GraphQL schema using the behavior system.
Official Documentation
- Behavior System: https://postgraphile.org/postgraphile/next/behavior
When to Apply
Use this skill when:
- You want to disable certain queries or mutations
- You need to hide specific fields or types
- You want to make features opt-in instead of opt-out
- You need to control unique constraint lookups
- You want to enable/disable filtering on specific columns