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 982d0d6 commit 954438fCopy full SHA for 954438f
postgraphile/website/postgraphile/make-extend-schema-plugin.md
@@ -499,6 +499,7 @@ import { withPgClientTransaction } from "postgraphile/@dataplan/pg";
499
export const MyRegisterUserMutationPlugin = makeExtendSchemaPlugin((build) => {
500
const { sql } = build;
501
const { users } = build.input.pgRegistry.pgResources;
502
+ const { executor } = users;
503
return {
504
typeDefs: gql`
505
input RegisterUserInput {
0 commit comments