Skip to main content

Mutation: setMySchedulePositioningChecklistItemNote

Requires access to given positioning

loggedUserMutation {
crewApp {
checklist {
setMySchedulePositioningChecklistItemNote(
checklistItemNid: ChecklistDefinitionNidScalar!
positioningNid: PositioningNid!
note: String!
): Boolean!
}
}
}

Arguments

setMySchedulePositioningChecklistItemNote.checklistItemNid ● ChecklistDefinitionNidScalar! non-null scalar

setMySchedulePositioningChecklistItemNote.positioningNid ● PositioningNid! non-null scalar

setMySchedulePositioningChecklistItemNote.note ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.