Adds expertise for running GraphQL Inspector's validate command to check operations and fragments against a schema. It helps detect undefined fields, wrong argument types, invalid fragment spreads, and enforces limits like max depth, alias counts, directive counts, token counts, and complexity scores.
Use in CI pipelines or local checks before merging or deploying code that contains GraphQL operations. Ideal for monorepos, federated schemas, and projects that want to enforce query complexity or prevent deeply nested queries.
Useful for CI-oriented agents and developer tooling agents that can run npm/npx and integrate with GitHub Actions or pre-commit hooks (Codex, Copilot-style agents, automation bots).
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.