Skip to content

Commit aaa9ebe

Browse files
committed
Add missing import
1 parent 549f269 commit aaa9ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphile-build/graphile-build-pg/src/plugins/PgIntrospectionPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
withSuperuserPgClientFromPgService,
66
} from "@dataplan/pg";
77
import type { PromiseOrDirect, Step } from "grafast";
8-
import { constant, context, defer, object } from "grafast";
8+
import { constant, context, defer, noop, object } from "grafast";
99
import type { GatherPluginContext } from "graphile-build";
1010
import { EXPORTABLE, gatherConfig } from "graphile-build";
1111
import type {

0 commit comments

Comments
 (0)