Skip to content

Commit de9bff4

Browse files
nrempelleebyron
authored andcommitted
Add reference to graphical clients as well as curl (graphql#496)
1 parent deef599 commit de9bff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/graphql-js/Tutorial-GraphQLClients.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ You should see the output returned as JSON:
2323
{"data":{"hello":"Hello world!"}}
2424
```
2525

26+
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).
27+
2628
It's also simple to send GraphQL from the browser. Open up http://localhost:4000, open a developer console, and paste in:
2729

2830
```javascript

0 commit comments

Comments
 (0)