Skip to content

Commit 3e080fc

Browse files
authored
Merge pull request graphql#824 from yoshwata/patch-1
Update Tutorial-GraphQLClients.md
2 parents c6aa40f + 2e29be8 commit 3e080fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/Tutorial-GraphQLClients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You should see the output returned as JSON:
2525

2626
If you prefer to use a graphical user interface to send a test query, you can use clients such as [GraphiQL](https://github.com/graphql/graphiql) and [Insomnia](https://github.com/getinsomnia/insomnia).
2727

28-
It's also simple to send GraphQL from the browser. Open up http://localhost:4000, open a developer console, and paste in:
28+
It's also simple to send GraphQL from the browser. Open up http://localhost:4000/graphql, open a developer console, and paste in:
2929

3030
```javascript
3131
fetch('/graphql', {

0 commit comments

Comments
 (0)