You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-35Lines changed: 2 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ The following filter operators are exposed by default:
70
70
### Comparison Operators
71
71
| Postgres expression | GraphQL field | Type |
72
72
| --- | --- | --- |
73
+
| IS NULL | is | Enum (`NULL`, `NOT_NULL`) |
73
74
| IS NULL | null | Boolean |
74
75
| = | equalTo | Scalar |
75
76
| <> | notEqualTo | Scalar |
@@ -219,7 +220,7 @@ For additional examples, see the [tests](https://github.com/mattbretl/postgraphi
219
220
220
221
## Plugin Options
221
222
222
-
When using PostGraphile as a library, the following plugin options can be passed via `graphileBuildOptions` (called `graphqlBuildOptions` in PostGraphile 4.0.0-alpha2.20 and earlier):
223
+
When using PostGraphile as a library, the following plugin options can be passed via `graphileBuildOptions`:
0 commit comments