Skip to content

Commit

Permalink
Fix a broken table
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Sep 7, 2022
1 parent 4057156 commit 348a93e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pages/docs/apis/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ The `json` field type does not support filters.
- If the `type` is `string`(the default), the same filters as `text` will be available.
- If the `type` is `integer`, the same filters as `integer` will be available.
- If the `type` is `enum`, the following filters will be available:
\| **Filter name** \| **Type** \| **Description** \|
\| --------------- \| ---------- \| ------------------- \|
\| `equals` \| `ListKeyFieldKeyType` | Equals |
\| `in` \| `[ListKeyFieldKeyType!]` | Is in the array |
\| `notIn` \| `[ListKeyFieldKeyType!]` | Is not in the array |
\| `not` \| `ListKeyFieldKeyTypeNullableFilter` | Does not match the inner filter |
| **Filter name** | **Type** | **Description** |
| --------------- | ---------- | ------------------- |
| `equals` | `ListKeyFieldKeyType` | Equals |
| `in` | `[ListKeyFieldKeyType!]` | Is in the array |
| `notIn` | `[ListKeyFieldKeyType!]` | Is not in the array |
| `not` | `ListKeyFieldKeyTypeNullableFilter` | Does not match the inner filter |

### text

Expand Down

0 comments on commit 348a93e

Please sign in to comment.