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 69dee87 commit 0ce1309Copy full SHA for 0ce1309
1 file changed
src/pages/postgraphile/usage-schema.md
@@ -91,8 +91,8 @@ instead (see below). The below options are valid for
91
92
- **`pgConfig`**: An object or string that will be passed to the [`pg`][]
93
library and used to connect to a PostgreSQL backend. If you already have a
94
- client or pool instance, when using this function you may also pass a `pg`
95
- client or a `pg-pool` instance directly instead of a config.
+ pool client or a pool instance, when using this function you may instead
+ pass that pool client or `pg-pool` instance directly instead of a config.
96
- **`schemaName`**: A string which specifies the PostgreSQL schema that
97
PostGraphile will use to create a GraphQL schema. The default schema is the
98
`public` schema. May be an array for multiple schemas.
0 commit comments