Skip to content

GraphQL Analyzer

Real-time validation, navigation, and linting for GraphQL projects. Works with .graphql files and embedded GraphQL in TypeScript/JavaScript.

IDE Support

Real-time validation, go to definition, find references, and hover information. Works in VS Code, Neovim, and any LSP-compatible editor.

CLI Validation

Run graphql check in CI/CD pipelines. JSON output, GitHub Actions annotations, and distinct exit codes for scripting.

Configurable Linting

10 rules in the recommended preset and 38 rules total. Configure severity per-rule, enable expensive rules in CI only.

Embedded GraphQL

Full support for GraphQL in TypeScript and JavaScript template literals. All IDE features work inside gql tags.

Incremental Computation

Built on Salsa for query-based incremental analysis. Only recomputes what changed — stays fast in large codebases.

AI Integration

MCP server gives AI agents like Claude access to schema-aware validation and linting.