Skip to main content

QueryActionItemsByVolunteerInput

Input schema for querying ActionItems assigned to a volunteer.

input QueryActionItemsByVolunteerInput {
organizationId: String
volunteerId: String!
}

Fields

QueryActionItemsByVolunteerInput.organizationId ● String scalar

Optional ID of organization to filter action items by.

QueryActionItemsByVolunteerInput.volunteerId ● String! non-null scalar

ID of the volunteer to fetch assigned action items for.

Member Of

actionItemsByVolunteer query