Skip to content

Commit f3acb1f

Browse files
authored
Fix syntax error
":" expected
1 parent dfa60f8 commit f3acb1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ defaultArgs(Model);
361361
project_id: {
362362
type: GraphQLString
363363
},
364-
where: {
365-
type JSONType
364+
where: {
365+
type: JSONType
366366
}
367367
}
368368
*/
@@ -381,7 +381,7 @@ defaultArgs(Model);
381381
type: GraphQLString
382382
},
383383
where: {
384-
type JSONType
384+
type: JSONType
385385
}
386386
}
387387
```

0 commit comments

Comments
 (0)