Skip to main content

Mutation: positioningItemNoteUpdate

Update positioning checklist item note. Requires access to resource GRAPHQL_POSITIONING_EDIT

checklist {
positioningItemNoteUpdate(
positioningNid: PositioningNid!
checklistItemNid: ChecklistDefinitionNidScalar!
note: String
): Boolean!
}

Arguments

positioningItemNoteUpdate.positioningNid ● PositioningNid! non-null scalar

positioningItemNoteUpdate.checklistItemNid ● ChecklistDefinitionNidScalar! non-null scalar

positioningItemNoteUpdate.note ● String scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.