We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9058603 + 9198850 commit f257c72Copy full SHA for f257c72
docs/docs/docs/developer-resources/testing.md
@@ -62,7 +62,9 @@ This section covers how to access the GraphQL API interface.
62
63
#### Interactive Web Queries With GraphiQL
64
65
-The url for accessing the GraphQL Playground is
+You can use GraphiQL to test your GraphQL queries interactively via a web page.
66
+
67
+The url for accessing the GraphQL Playground is:
68
69
```bash
70
http://127.0.0.1:4000/graphiql
0 commit comments