项目作者: mije

项目描述 :
Tooling for GraphQL
高级语言: Go
项目地址: git://github.com/mije/graphql-tools.git
创建时间: 2019-05-15T16:15:19Z
项目社区:https://github.com/mije/graphql-tools

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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