Skip to content

Commit f257c72

Browse files
Merge branch 'develop-postgres' into PR-Workflow-(DB)
2 parents 9058603 + 9198850 commit f257c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/docs/developer-resources/testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ This section covers how to access the GraphQL API interface.
6262

6363
#### Interactive Web Queries With GraphiQL
6464

65-
The url for accessing the GraphQL Playground is
65+
You can use GraphiQL to test your GraphQL queries interactively via a web page.
66+
67+
The url for accessing the GraphQL Playground is:
6668

6769
```bash
6870
http://127.0.0.1:4000/graphiql

0 commit comments

Comments
 (0)