Skip to content

Commit b42ece2

Browse files
committed
docs: fix String operators table
1 parent ee9cfc3 commit b42ece2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following types have additional operators:
117117
#### String
118118

119119
| PostgreSQL | GraphQL | Description |
120+
| --- | --- | --- |
120121
| LIKE '%...%' | includes: `String` | Contains the specified string (case-sensitive). |
121122
| NOT LIKE '%...%' | notIncludes: `String` | Does not contain the specified string (case-sensitive). |
122123
| ILIKE '%...%' | includesInsensitive: `String` | Contains the specified string (case-insensitive). |

0 commit comments

Comments
 (0)