eventVolunteerInputSchema
Variable: eventVolunteerInputSchema
consteventVolunteerInputSchema: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.