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 0ce1309 commit 85c32b4Copy full SHA for 85c32b4
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
- pool client or a pool instance, when using this function you may instead
95
- pass that pool client or `pg-pool` instance directly instead of a config.
+ pool client or a pool instance, when using this function you may 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