Skip to main content

EventVolunteerInput

API Docs


Variable: EventVolunteerInput

const EventVolunteerInput: InputObjectRef<ExtendDefaultTypes<{ Context: GraphQLContext; Scalars: CustomScalars; }>, { eventId: string; groupId?: string | null; recurringEventInstanceId?: string | null; scope?: NonNullable<"ENTIRE_SERIES" | "THIS_INSTANCE_ONLY" | undefined> | null; userId: string; }>

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

GraphQL input type for creating an EventVolunteer. Matches the old Talawa API EventVolunteerInput structure.