forked from graphile/crystal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,8 +323,8 @@ const postgraphileOptions = { | |
### API: `postgraphile(pgConfig, schemaName, options)` | ||
|
||
The `postgraphile` middleware factory function takes three arguments, all of | ||
which are optional. The below options are valid for | ||
<tt>[email protected]</tt>. | ||
which are optional. The below options are valid | ||
for <tt>[email protected]</tt>. | ||
|
||
- **`pgConfig`**: Specifies the PostgreSQL database you wish to connect to. You | ||
may pass a PostgreSQL connection string, a configuration object to pass to the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,8 +93,8 @@ a GraphQLSchema object. | |
|
||
The returned GraphQLSchema will **not** be updated when your database changes - | ||
if you require "watch" functionality, please use `watchPostGraphileSchema` | ||
instead (see below). The below options are valid for | ||
<tt>[email protected]</tt>. | ||
instead (see below). The below options are valid | ||
for <tt>[email protected]</tt>. | ||
|
||
- **`pgConfig`**: An object or string that will be passed to the [`pg`][] | ||
library and used to connect to a PostgreSQL backend. If you already have a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -316,8 +316,8 @@ const postgraphileOptions = { | |
### API: `postgraphile(pgConfig, schemaName, options)` | ||
|
||
The `postgraphile` middleware factory function takes three arguments, all of | ||
which are optional. The below options are valid for | ||
<tt>[email protected]</tt>. | ||
which are optional. The below options are valid | ||
for <tt>[email protected]</tt>. | ||
|
||
- **`pgConfig`**: Specifies the PostgreSQL database you wish to connect to. You | ||
may pass a PostgreSQL connection string, a configuration object to pass to the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,8 +86,8 @@ a GraphQLSchema object. | |
|
||
The returned GraphQLSchema will **not** be updated when your database changes - | ||
if you require "watch" functionality, please use `watchPostGraphileSchema` | ||
instead (see below). The below options are valid for | ||
<tt>[email protected]</tt>. | ||
instead (see below). The below options are valid | ||
for <tt>[email protected]</tt>. | ||
|
||
- **`pgConfig`**: An object or string that will be passed to the [`pg`][] | ||
library and used to connect to a PostgreSQL backend. If you already have a | ||
|