We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222061f commit b140af8Copy full SHA for b140af8
1 file changed
src/utils.ts
@@ -37,8 +37,8 @@ export function getComputedAttributeResources(
37
build: GraphileBuild.Build,
38
source: PgResource
39
) {
40
- const computedAttributeSources = Object.values(
41
- build.input.pgRegistry.pgResources
+ const computedAttributeSources = (
+ Object.values(build.input.pgRegistry.pgResources) as PgResource[]
42
).filter(
43
(
44
s
0 commit comments