Skip to content

Commit

Permalink
custom-queries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jemgillam committed Feb 17, 2025
1 parent e83986b commit 1666c08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions postgraphile/website/postgraphile/custom-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Custom queries
---

You can add root-level `Query` fields to your GraphQL schema using “Custom
Queries”. These are PostgreSQL functions, similar to
You can add root-level `Query` fields to your GraphQL schema using “custom
queries”. These are PostgreSQL functions, similar to
[computed columns](./computed-columns), that can return scalars, records, lists
or sets. Sets (denoted by `RETURNS SETOF ...`) are exposed as
[connections](./connections) or lists (depending on your behavior configuration). The arguments to these functions will be exposed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Custom queries
---

You can add root-level `Query` fields to your GraphQL schema using "Custom
Queries". These are PostgreSQL functions, similar to
You can add root-level `Query` fields to your GraphQL schema using "custom
queries". These are PostgreSQL functions, similar to
[computed columns](./computed-columns), that can return scalars, records, [enums](./enums), lists
or sets. Sets (denoted by `RETURNS SETOF ...`) are exposed as
[connections](./connections). The arguments to these functions will be exposed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Custom queries
---

You can add root-level `Query` fields to your GraphQL schema using "Custom
Queries". These are PostgreSQL functions, similar to
You can add root-level `Query` fields to your GraphQL schema using "custom
queries". These are PostgreSQL functions, similar to
[computed columns](./computed-columns), that can return scalars, records, lists
or sets. Sets (denoted by `RETURNS SETOF ...`) are exposed as
[connections](./connections) or lists (depending on your behavior configuration). The arguments to these functions will be exposed
Expand Down

0 comments on commit 1666c08

Please sign in to comment.