Skip to content

Commit 6e54271

Browse files
committed
Add test query
1 parent ae83496 commit 6e54271

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,17 @@ $ yarn deploy-prod # Deploy the app to PROD environment
6767
```
6868

6969
For more information refer to the [Deployment](https://github.com/kriasoft/nodejs-api-starter/wiki/deployment)
70-
guide in the project's Wiki.
70+
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

Comments
 (0)