docs: fix wrong operator for NOT in API sections

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
Wing-Kam Wong
2022-02-25 19:27:04 +08:00
parent a6ec02af93
commit e499845a71
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ menuTitle: 'GraphQL APIs'
```
eq - '=' - (colName,eq,colValue)
not - '!=' - (colName,ne,colValue)
not - '!=' - (colName,not,colValue)
gt - '>' - (colName,gt,colValue)
ge - '>=' - (colName,ge,colValue)
lt - '<' - (colName,lt,colValue)