Skip to content

Commit ea18be8

Browse files
authored
@pgQuery doesn't seem to support enums
1 parent e24f19b commit ea18be8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/postgraphile/make-extend-schema-plugin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,8 @@ Notes:
678678

679679
**NOTE: this section applies to PostGraphile v4.4.6+**
680680

681+
**BUG: it seems `@pgQuery` only supports _scalars_ (not _enums_) right now: https://github.com/graphile/postgraphile/issues/1601**
682+
681683
The @pgQuery directive can also be used with leaf fields (those returning a
682684
scalar or list thereof). To do so, we pass `@pgQuery` a `fragment:` argument.
683685
This argument can take two forms:

0 commit comments

Comments
 (0)