apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
The Apollo CLI helps developers manage their GraphQL client applications by verifying operations against their GraphQL server's schema. It takes your application's GraphQL queries and schema definitions, then outputs validation reports and static type definitions. This tool is for software developers building applications that consume GraphQL APIs.
3,042 stars.
Use this if you are a developer looking to validate your GraphQL client operations against a server schema and generate static types for improved client-side safety.
Not ideal if you need code generation, as the `graphql-code-generator` is now recommended, or if you are looking for `apollo service:*` commands, which are deprecated.
Stars
3,042
Forks
464
Language
TypeScript
License
MIT
Category
Last pushed
Apr 01, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/apollographql/apollo-tooling"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.
awtkns/fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models