This skill provides expert knowledge for using the GraphQL Inspector's validate command to audit queries, mutations, and fragments against a target schema. It allows developers to catch runtime errors early by checking for undefined fields, type mismatches, and invalid fragments, while also enforcing security and performance rules such as query depth limits, alias counts, and complexity scores. It is particularly useful for maintaining API integrity in large-scale projects, supporting Apollo Federation, AWS AppSync, and seamless integration with CI/CD pipelines.
主な機能
01Automate validation via GitHub Actions and pre-commit hooks
02Enforce query depth and complexity limits to prevent performance degradation
03Validate GraphQL operations against local or remote schemas
0472 GitHub stars
05Extract and validate operations directly from TypeScript and JavaScript files
06Support for Apollo Federation (v1/v2) and AWS AppSync directives