DeleteEventVolunteerForInstanceInput
Input for deleting a volunteer from a specific recurring event instance.
input DeleteEventVolunteerForInstanceInput {
recurringEventInstanceId: ID!
volunteerId: ID!
}
Fields
DeleteEventVolunteerForInstanceInput.recurringEventInstanceId ● ID! non-null scalar
The ID of the specific recurring event instance.
DeleteEventVolunteerForInstanceInput.volunteerId ● ID! non-null scalar
The ID of the volunteer to delete from the instance.
Member Of
deleteEventVolunteerForInstance mutation