Skip to main content

EventVolunteer

No description

type EventVolunteer {
createdAt: DateTime
creator: User
event: Event
groups: [EventVolunteerGroup!]
hasAccepted: Boolean
hoursVolunteered: Float
id: ID
isInstanceException: Boolean
isPublic: Boolean
isTemplate: Boolean
recurringEventInstance: Event
updatedAt: DateTime
updater: User
user: User
volunteerStatus: String
}

Fields

EventVolunteer.createdAt ● DateTime scalar

Date time at the time the event volunteer was created.

EventVolunteer.creator ● User object

The user who created this volunteer record.

EventVolunteer.event ● Event object

The event being volunteered for.

EventVolunteer.groups ● [EventVolunteerGroup!] list object

List of volunteer groups this volunteer is a member of.

EventVolunteer.hasAccepted ● Boolean scalar

Boolean indicating if the volunteer has accepted the invitation.

EventVolunteer.hoursVolunteered ● Float scalar

Total hours volunteered by this volunteer for this event.

EventVolunteer.id ● ID scalar

Primary unique identifier of the event volunteer.

EventVolunteer.isInstanceException ● Boolean scalar

Indicates whether this volunteer is currently showing instance-specific exception data.

EventVolunteer.isPublic ● Boolean scalar

Boolean indicating if the volunteer profile is public.

EventVolunteer.isTemplate ● Boolean scalar

Boolean indicating if this is a template volunteer (for recurring events).

EventVolunteer.recurringEventInstance ● Event object

The recurring event instance associated with this volunteer.

EventVolunteer.updatedAt ● DateTime scalar

Date time at the time the event volunteer was last updated.

EventVolunteer.updater ● User object

The user who last updated this volunteer record.

EventVolunteer.user ● User object

The user who is volunteering for the event.

EventVolunteer.volunteerStatus ● String scalar

Computed status of the volunteer: accepted, rejected, or pending based on membership status.

Returned By

createEventVolunteer mutation ● deleteEventVolunteer mutation ● deleteEventVolunteerForInstance mutation ● updateEventVolunteer mutation

Member Of

ActionItem object ● Event object ● EventVolunteerGroup object ● VolunteerMembership object