eventVolunteerGroupWhereInputSchema
Variable: eventVolunteerGroupWhereInputSchema
consteventVolunteerGroupWhereInputSchema:ZodObject<{eventId:ZodOptional<ZodString>;leaderName:ZodOptional<ZodString>;name_contains:ZodOptional<ZodString>;orgId:ZodOptional<ZodString>;userId:ZodOptional<ZodString>; },$strip>
Defined in: src/graphql/inputs/EventVolunteerGroupWhereInput.ts:14
Zod schema for EventVolunteerGroupWhereInput validation. Based on the old Talawa API EventVolunteerGroupWhereInput structure.