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.
1 parent ae83496 commit 6e54271Copy full SHA for 6e54271
1 file changed
README.md
@@ -67,4 +67,17 @@ $ yarn deploy-prod # Deploy the app to PROD environment
67
```
68
69
For more information refer to the [Deployment](https://github.com/kriasoft/nodejs-api-starter/wiki/deployment)
70
-guide in the project's Wiki.
+guide in the project's Wiki.
71
+
72
+### Queries to test
73
+```graphql
74
+{
75
+ users {
76
+ edges {
77
+ node {
78
+ username
79
+ }
80
81
82
+}
83
+```
0 commit comments