Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 297 Bytes

graphql-tools

Some convenient tools for GraphQL.

  • diff: campare two GraphQL schema
  • voyager: visualize GraphQL schema using voyager

How to use

$ npm install
$ node . <oldURL> <newURL>
  • /: diff
  • /voyager/new: voyager for new api
  • /voyager/old: voyaget for old api