mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 22:46:45 +00:00
docs: fix wrong operator for NOT in API sections
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user