Skip to content

Commit 954438f

Browse files
committed
Add missing executor reference
1 parent 982d0d6 commit 954438f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgraphile/website/postgraphile/make-extend-schema-plugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ import { withPgClientTransaction } from "postgraphile/@dataplan/pg";
499499
export const MyRegisterUserMutationPlugin = makeExtendSchemaPlugin((build) => {
500500
const { sql } = build;
501501
const { users } = build.input.pgRegistry.pgResources;
502+
const { executor } = users;
502503
return {
503504
typeDefs: gql`
504505
input RegisterUserInput {

0 commit comments

Comments
 (0)