File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 149
149
" https://github.com/graphile/postgraphile/blob/v4/src/postgraphile/withPostGraphileContext.ts" ,
150
150
" https://github.com/graphile/postgraphile/commit/a0b7e3165bd6fc046d7a052f3c1cbcd029db4870" ,
151
151
" https://github.com/graphile/postgraphile/issues" ,
152
+ " https://github.com/graphile/postgraphile/issues/1601" ,
152
153
" https://github.com/graphile/postgraphile/issues/427" ,
153
154
" https://github.com/graphile/postgraphile/pull/506" ,
154
155
" https://github.com/graphile/postgraphile/releases" ,
Original file line number Diff line number Diff line change @@ -678,7 +678,8 @@ Notes:
678
678
679
679
** NOTE: this section applies to PostGraphile v4.4.6+**
680
680
681
- ** BUG: it seems ` @pgQuery ` only supports _ scalars_ (not _ enums_ ) right now: https://github.com/graphile/postgraphile/issues/1601 **
681
+ ** BUG: it seems ` @pgQuery ` only supports _ scalars_ (not _ enums_ ) right now:
682
+ https://github.com/graphile/postgraphile/issues/1601 **
682
683
683
684
The @pgQuery directive can also be used with leaf fields (those returning a
684
685
scalar or list thereof). To do so, we pass ` @pgQuery ` a ` fragment: ` argument.
You can’t perform that action at this time.
0 commit comments