Log in to GraphQL EditorGet started
GraphQL Inspector

Tomek Poniatowicz

5/22/2019

GraphQL Inspector

GraphQL is really about collaboration, and the teams that get furthest are those who can work seamlessly together on their GraphQL API.

This idea is well-known for the members of The Guild know from open-sourcing amazing graphql tools. Its members work constantly on new solutions aiming to automate & increase the type-safety of our GraphQL projects. After open-sourcing such tools as GraphQL Code Generator or GraphQL Modules, their next work seen daylight - the GraphQL inspector

GraphQL Inspector is a tool published by Kamil Kisiela, that detects changes, similar or duplicated types, validates documents against a schema and looks for deprecated usage.

Key features/commands:

  • diff - that detects breaking or dangerous changes,
  • validate - validates documents against a schema & searches for deprecated usage,
  • similiar - lists similar types in order to find duplicates,
  • coverage - finds unused parts of GraphQL Schema based on clients’ fragments & operations.

The tool is available as:

Source: GraphQL Inspector

There is also a programmatic API available in case you want to build something on the top of it on your own.

Check out our other blogposts

GraphQL cache: using LRU cache with GraphQL Zeus
Michał Tyszkiewicz
Michał Tyszkiewicz
GraphQL cache: using LRU cache with GraphQL Zeus
1 min read
13 days ago
Unlocking the Power of React 19
Tomasz Gajda
Tomasz Gajda
Unlocking the Power of React 19
1 min read
about 2 months ago
Zeus update - GraphQL spread operator
Michał Tyszkiewicz
Michał Tyszkiewicz
Zeus update - GraphQL spread operator
1 min read
3 months ago

Ready for take-off?

Elevate your work with our editor that combines world-class visual graph, documentation and API console

Get Started with GraphQL Editor