Skip to content

Commit f8d13c7

Browse files
committed
autofix: fixes from CI
1 parent ea18be8 commit f8d13c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cachedValidUrls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"https://github.com/graphile/postgraphile/blob/v4/src/postgraphile/withPostGraphileContext.ts",
150150
"https://github.com/graphile/postgraphile/commit/a0b7e3165bd6fc046d7a052f3c1cbcd029db4870",
151151
"https://github.com/graphile/postgraphile/issues",
152+
"https://github.com/graphile/postgraphile/issues/1601",
152153
"https://github.com/graphile/postgraphile/issues/427",
153154
"https://github.com/graphile/postgraphile/pull/506",
154155
"https://github.com/graphile/postgraphile/releases",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +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**
681+
**BUG: it seems `@pgQuery` only supports _scalars_ (not _enums_) right now:
682+
https://github.com/graphile/postgraphile/issues/1601**
682683

683684
The @pgQuery directive can also be used with leaf fields (those returning a
684685
scalar or list thereof). To do so, we pass `@pgQuery` a `fragment:` argument.

0 commit comments

Comments
 (0)