Skip to content

Commit

Permalink
fix(docs): add middlewareOnly flag to watchPg (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored May 8, 2018
1 parent 3c31491 commit 89bd596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/postgraphile/postgraphile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type PostGraphileOptions = {
// superuser. When enabled PostGraphile will try to add this trigger, if you
// did not connect as a superuser you will get a warning and the trigger
// won’t be added.
/* @middlewareOnly */
watchPg?: boolean,
// The default Postgres role to use. If no role was provided in a provided
// JWT token, this role will be used.
Expand Down

0 comments on commit 89bd596

Please sign in to comment.