Skip to main content

CREATE_VOLUNTEER_GROUP

Admin Docs


Variable: CREATE_VOLUNTEER_GROUP

const CREATE_VOLUNTEER_GROUP: DocumentNode

Defined in: src/GraphQl/Mutations/EventVolunteerMutation.ts:48

GraphQL mutation to create an event volunteer group.

Param

The data required to create an event volunteer group.

  • data contains following fileds:
    • eventId: string
    • leaderId: string
    • name: string
    • description?: string
    • volunteers: [string]
    • volunteersRequired?: number

Returns

The ID of the created event volunteer group.