We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfa60f8 + f3acb1f commit 2b6135eCopy full SHA for 2b6135e
1 file changed
README.md
@@ -361,8 +361,8 @@ defaultArgs(Model);
361
project_id: {
362
type: GraphQLString
363
},
364
- where: {
365
- type JSONType
+ where: {
+ type: JSONType
366
}
367
368
*/
@@ -381,7 +381,7 @@ defaultArgs(Model);
381
382
383
where: {
384
385
386
387
```
0 commit comments