Skip to main content

UpdateEventVolunteerInput

Input for updating an event volunteer.

input UpdateEventVolunteerInput {
assignments: [ID!]
hasAccepted: Boolean
isPublic: Boolean
}

Fields

UpdateEventVolunteerInput.assignments ● [ID!] list scalar

List of action item IDs assigned to the volunteer.

UpdateEventVolunteerInput.hasAccepted ● Boolean scalar

Whether the volunteer has accepted the invitation.

UpdateEventVolunteerInput.isPublic ● Boolean scalar

Whether the volunteer profile is public.

Member Of

updateEventVolunteer mutation