Skip to content

Commit 433bf33

Browse files
committed
Add graphiQL screenhsot
1 parent dcf47e5 commit 433bf33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ Go to http://localhost:3000/?query=query%20%7B%20Post(id%3A%201)%20%7Bid%20title
9090

9191
The json-graphql-server accepts queries in GET and POST. Under the hood, it uses [Apollo's `graphql-server` module](http://dev.apollodata.com/tools/graphql-server/requests.html). Please refer to their documentations for details about passing variables, etc.
9292

93-
Note that the server is [GraphiQL](https://github.com/skevy/graphiql-app/releases) enabled.
93+
Note that the server is [GraphiQL](https://github.com/skevy/graphiql-app/releases) enabled, so you can query your server using a full-featured graphical user interface, providing autosuggest, history, etc.
94+
95+
![GraphiQL client using json-graphql-server](http://static.marmelab.com/graphiql-json.png)
9496

9597
## Install
9698

0 commit comments

Comments
 (0)