Skip to main content

eventVolunteerInputSchema

API Docs


Variable: eventVolunteerInputSchema

const eventVolunteerInputSchema: ZodObject<{ eventId: ZodUUID; groupId: ZodOptional<ZodString>; recurringEventInstanceId: ZodOptional<ZodString>; scope: ZodOptional<ZodEnum<{ ENTIRE_SERIES: "ENTIRE_SERIES"; THIS_INSTANCE_ONLY: "THIS_INSTANCE_ONLY"; }>>; userId: ZodUUID; }, $strip>

Defined in: src/graphql/inputs/EventVolunteerInput.ts:19

Zod schema for EventVolunteerInput validation. Based on the old Talawa API EventVolunteerInput structure.