EventVolunteerGroup
No description
type EventVolunteerGroup {
createdAt: DateTime
creator: User
description: String
event: Event
id: ID
isInstanceException: Boolean
isTemplate: Boolean
leader: User
name: String
recurringEventInstance: Event
updatedAt: DateTime
updater: User
volunteers: [EventVolunteer!]
volunteersRequired: Int
}
Fields
EventVolunteerGroup.createdAt ● DateTime scalar
Date time at the time the event volunteer group was created.
EventVolunteerGroup.creator ● User object
The user who created this volunteer group.
EventVolunteerGroup.description ● String scalar
Description of the volunteer group.
EventVolunteerGroup.event ● Event object
The event this volunteer group is for.
EventVolunteerGroup.id ● ID scalar
Primary unique identifier of the event volunteer group.
EventVolunteerGroup.isInstanceException ● Boolean scalar
Indicates whether this volunteer group is currently showing instance-specific exception data.
EventVolunteerGroup.isTemplate ● Boolean scalar
Boolean indicating if this is a template volunteer group (for recurring events).
EventVolunteerGroup.leader ● User object
The leader of the volunteer group.
EventVolunteerGroup.name ● String scalar
Name of the volunteer group.
EventVolunteerGroup.recurringEventInstance ● Event object
The recurring event instance associated with this volunteer group.
EventVolunteerGroup.updatedAt ● DateTime scalar
Date time at the time the event volunteer group was last updated.
EventVolunteerGroup.updater ● User object
The user who last updated this volunteer group.
EventVolunteerGroup.volunteers ● [EventVolunteer!] list object
List of volunteers who have accepted invitations to this group.
EventVolunteerGroup.volunteersRequired ● Int scalar
Number of volunteers required for this group.
Returned By
createEventVolunteerGroup mutation ● deleteEventVolunteerGroup mutation ● deleteEventVolunteerGroupForInstance mutation ● getEventVolunteerGroups query ● updateEventVolunteerGroup mutation
Member Of
ActionItem object ● Event object ● EventVolunteer object ● VolunteerMembership object