Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 353 Bytes

2017-03-16-graphqlviz.md

File metadata and controls

13 lines (11 loc) · 353 Bytes
layout title date tags
post
Graphql Visualization
2017-03-16
graphql
visualization

Requirements

  • Install graphviz form graphviz.org, add it to PATH
  • Install graphqlviz by npm install -g graphqlviz

Visualize it as an image

  • graphqlviz http://localhost:3000/graphql | dot -Tpng -o graph.png