Skip to content

Commit 82abb58

Browse files
authored
Improve flow of documentation around GraphiQL
1 parent 31bf28f commit 82abb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/pages/docs/running-an-express-graphql-server.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ You can run this GraphQL server with:
9595
node server.js
9696
```
9797

98+
At this point you will have a running GraphQL API; but you can't just visit it in your web browser to use it - you need a GraphQL client to issue GraphQL queries to the API. Let's take a look at how to add the GraphiQL (GraphQL with an `i` in the middle) integrated development environment to your server.
99+
98100
## Using GraphiQL
99101

100102
[GraphiQL](https://github.com/graphql/graphiql) is GraphQL's IDE; a great way of querying and exploring your GraphQL API.

0 commit comments

Comments
 (0)