You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/graphql-js/running-an-express-graphql-server.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ You can run this GraphQL server with:
52
52
node server.js
53
53
```
54
54
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
+
55
57
## Using GraphiQL
56
58
57
59
[GraphiQL](https://github.com/graphql/graphiql) is GraphQL's IDE; a great way of querying and exploring your GraphQL API.
0 commit comments