Skip to main content

QueryActionItemsByVolunteerGroupInput

Input schema for querying ActionItems assigned to a volunteer group.

input QueryActionItemsByVolunteerGroupInput {
organizationId: String
volunteerGroupId: String!
}

Fields

QueryActionItemsByVolunteerGroupInput.organizationId ● String scalar

Optional ID of organization to filter action items by.

QueryActionItemsByVolunteerGroupInput.volunteerGroupId ● String! non-null scalar

ID of the volunteer group to fetch assigned action items for.

Member Of

actionItemsByVolunteerGroup query