Skip to main content

mutationUpdateCommentVoteInputSchema

API Docs


Variable: mutationUpdateCommentVoteInputSchema

const mutationUpdateCommentVoteInputSchema: ZodObject<{ commentId: ZodUUID; type: ZodNullable<ZodEnum<{ down_vote: "down_vote"; up_vote: "up_vote"; }>>; }, { }>

Defined in: src/graphql/inputs/MutationUpdateCommentVoteInput.ts:6