Skip to content

Commit c92e4ac

Browse files
authored
Correct the link to GraphiQL
On README the link to GraphiQL is pointing to wrong URL. Here's the real one.
1 parent 6d4dc4c commit c92e4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Go to http://localhost:3000/?query=%7B%20Post%28id%3A%201%29%20%7B%20id%20title%
8484

8585
The json-graphql-server accepts queries in GET and POST. Under the hood, it uses [the `express-graphql` module](https://github.com/graphql/express-graphql). Please refer to their documentations for details about passing variables, etc.
8686

87-
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.
87+
Note that the server is [GraphiQL](https://github.com/graphql/graphiql) enabled, so you can query your server using a full-featured graphical user interface, providing autosuggest, history, etc.
8888

8989
![GraphiQL client using json-graphql-server](http://static.marmelab.com/graphiql-json.png)
9090

0 commit comments

Comments
 (0)