MutationUpdateActionItemInput
No description
input MutationUpdateActionItemInput {
categoryId: ID
id: ID!
isCompleted: Boolean!
postCompletionNotes: String
preCompletionNotes: String
volunteerGroupId: ID
volunteerId: ID
}
Fields
MutationUpdateActionItemInput.categoryId ● ID scalar
Category identifier for the action item.
MutationUpdateActionItemInput.id ● ID! non-null scalar
Global identifier of the action item.
MutationUpdateActionItemInput.isCompleted ● Boolean! non-null scalar
Completion status of the action item.
MutationUpdateActionItemInput.postCompletionNotes ● String scalar
Post completion notes for the action item.
MutationUpdateActionItemInput.preCompletionNotes ● String scalar
Pre completion notes for the action item.
MutationUpdateActionItemInput.volunteerGroupId ● ID scalar
Identifier for the volunteer group assigned to the action item.
MutationUpdateActionItemInput.volunteerId ● ID scalar
Identifier for the volunteer assigned to the action item.
Member Of
updateActionItem mutation