volunteerMembershipWhereInputSchema
Variable: volunteerMembershipWhereInputSchema
constvolunteerMembershipWhereInputSchema:ZodObject<{eventId:ZodOptional<ZodString>;eventTitle:ZodOptional<ZodString>;filter:ZodOptional<ZodEnum<{group:"group";individual:"individual"; }>>;groupId:ZodOptional<ZodString>;status:ZodOptional<ZodEnum<{accepted:"accepted";invited:"invited";rejected:"rejected";requested:"requested"; }>>;userId:ZodOptional<ZodString>;userName:ZodOptional<ZodString>; },$strip>
Defined in: src/graphql/inputs/VolunteerMembershipWhereInput.ts:10
Zod schema for VolunteerMembershipWhereInput validation. Based on the old Talawa API VolunteerMembershipWhereInput structure.