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
* Update Tutorial-ExpressGraphQL.md
to facilitate access localhost in one click
* Remove new link and convert existing endpoint URL to be clickable
Since we're already listing the endpoint a couple lines down, let's
just make it a proper link instead of duplicating the URL.
Co-authored-by: hwillson <[email protected]>
Copy file name to clipboardExpand all lines: src/content/graphql-js/Tutorial-ExpressGraphQL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ You can run this GraphQL server with:
50
50
node server.js
51
51
```
52
52
53
-
Since we configured `graphqlHTTP` with `graphiql: true`, you can use the GraphiQL tool to manually issue GraphQL queries. If you navigate in a web browser to `http://localhost:4000/graphql`, you should see an interface that lets you enter queries. It should look like:
53
+
Since we configured `graphqlHTTP` with `graphiql: true`, you can use the GraphiQL tool to manually issue GraphQL queries. If you navigate in a web browser to [https://localhost:4000/graphql](http://localhost:4000/graphql), you should see an interface that lets you enter queries. It should look like:
0 commit comments