We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9cfc3 commit b42ece2Copy full SHA for b42ece2
README.md
@@ -117,6 +117,7 @@ The following types have additional operators:
117
#### String
118
119
| PostgreSQL | GraphQL | Description |
120
+| --- | --- | --- |
121
| LIKE '%...%' | includes: `String` | Contains the specified string (case-sensitive). |
122
| NOT LIKE '%...%' | notIncludes: `String` | Does not contain the specified string (case-sensitive). |
123
| ILIKE '%...%' | includesInsensitive: `String` | Contains the specified string (case-insensitive). |
0 commit comments