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 e24f19b commit ea18be8Copy full SHA for ea18be8
src/pages/postgraphile/make-extend-schema-plugin.md
@@ -678,6 +678,8 @@ Notes:
678
679
**NOTE: this section applies to PostGraphile v4.4.6+**
680
681
+**BUG: it seems `@pgQuery` only supports _scalars_ (not _enums_) right now: https://github.com/graphile/postgraphile/issues/1601**
682
+
683
The @pgQuery directive can also be used with leaf fields (those returning a
684
scalar or list thereof). To do so, we pass `@pgQuery` a `fragment:` argument.
685
This argument can take two forms:
0 commit comments