Skip to content

Commit 80e5e3e

Browse files
committed
fix language in docs
1 parent ab85b35 commit 80e5e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Built-in GraphQL scalar types `Int`, `Float`, `String`, `Boolean` and [custom sc
144144
}
145145
```
146146

147-
If all the columns of a row are null, the result can be a little surprising. Instead of an object with all columns null, the top-level field is null:
147+
Since Postgres considers a row/composite type containing only null values to be null, the result can be a little surprising in this case. Instead of an object with all columns null, the top-level field is null:
148148

149149
=== "Function"
150150

0 commit comments

Comments
 (0)