Skip to content

Commit

Permalink
fix language in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Oct 24, 2023
1 parent ab85b35 commit 80e5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Built-in GraphQL scalar types `Int`, `Float`, `String`, `Boolean` and [custom sc
}
```

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:
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:

=== "Function"

Expand Down

0 comments on commit 80e5e3e

Please sign in to comment.