Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 820 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 820 Bytes

GraphQL Tools Build Status Go Report Card codecov

Set of GraphQL tools to be used either as Go libraries or as CLI tools.

Schema

Set of tools to process schemas.

Compare

Computes diff between two schemas, categorize and assign severity to each detected change. This is useful to guard schema evolutions and to prevent introducing breaking changes (inspired by graphql-schema_comparator Ruby gem).