Skip to content

Commit 520c22c

Browse files
authored
Improve flow of documentation around GraphiQL (#1956)
1 parent 63f6e83 commit 520c22c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/pages/graphql-js/running-an-express-graphql-server.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ You can run this GraphQL server with:
5252
node server.js
5353
```
5454

55+
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.
56+
5557
## Using GraphiQL
5658

5759
[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)