Skip to content

🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

License

Notifications You must be signed in to change notification settings

taitruong007/graphql-inspector

This branch is 165 commits behind kamilkisiela/graphql-inspector:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2023
Apr 19, 2023
Apr 8, 2020
Feb 27, 2023
Feb 15, 2023
Apr 18, 2023
Jan 23, 2023
Apr 19, 2023
Apr 19, 2023
Nov 16, 2018
Apr 10, 2023
Mar 12, 2023
Mar 26, 2023
Apr 8, 2022
Mar 14, 2023
Jan 11, 2023
Apr 18, 2023
Apr 10, 2023
Nov 16, 2018
Apr 18, 2023
Apr 16, 2023
Mar 24, 2021
Apr 19, 2023
Apr 18, 2023
Mar 21, 2023
Aug 10, 2022
Jan 11, 2023
Mar 26, 2023
Nov 3, 2020
Apr 10, 2023

Repository files navigation

Inspector

npm version Docker Pulls code style: prettier renovate-app badge Discord Chat

GraphQL Inspector outputs a list of changes between two GraphQL schemas. Every change is precisely explained and marked as breaking, non-breaking or dangerous. It helps you validate documents and fragments against a schema and even find similar or duplicated types.

You may like GraphQL Hive as well!

It's an open-source performance monitoring tool and schema registry for GraphQL.

GraphQL Hive is currently available as a hosted service but it offers self-hosting as well.

Use GraphQL Inspector however you want:

Features

  • Compares schemas
  • Detect breaking or dangerous changes
  • Schema change notifications
  • Use serverless functions validate changes
  • Validates Operations and Fragments against a schema
  • Finds similar / duplicated types
  • Schema coverage based on Operations and Fragments
  • Serves a GraphQL server with faked data and GraphiQL
  • Docker Image

Use on GitHub

Github

Use everywhere

Example

Installation and Usage

Visit our website graphql-inspector.com to learn more about the project.

Documentation

Documentation is available at graphql-inspector.com/docs/introduction.

Related

Some part of the library was ported to NodeJS from Ruby's GraphQL Schema Comparator

Contributions

Contributions, issues and feature requests are very welcome. If you are using this package and fixed a bug for yourself, please consider submitting a PR!

And if this is your first time contributing to this project, please do read our Contributor Workflow Guide before you get started off.

Code of Conduct

Help us keep GraphQL Inspector open and inclusive. Please read and follow our Code of Conduct as adopted from Contributor Covenant

License

MIT © Kamil Kisiela

About

🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 2.0%
  • Other 0.2%