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