Skip to content

Commit

Permalink
Fixed GRAPHQL_ENDPOINT for graphqlviz CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujwal-setlur committed May 25, 2018
1 parent 02a0265 commit bd20729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/visualising.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Various ways to visualise your GraphQL Schema with ease:

```
graphqlviz https://localhost:3000 | dot -Tpng -o graph.png
graphqlviz https://localhost:3000/graphql | dot -Tpng -o graph.png
```

## Graphqlviz
Expand Down

0 comments on commit bd20729

Please sign in to comment.