Skip to content

mije/graphql-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).