Skip to main content

Mutation: dutyListDelete

Requires access to resource GRAPHQL_DUTY_EDIT. Execution is not allowed during publishing. Checks if list have more elements than allowed. If in drafts mode, requires operator to turn that feature on globally in settings.

crewPanel {
dutyListDelete(
trNidList: [TrNid!]!
isInDraftMode: Boolean!
): NonNullBooleanValueOrErrorList!
}

Arguments

dutyListDelete.trNidList ● [TrNid!]! non-null scalar

dutyListDelete.isInDraftMode ● Boolean! non-null scalar

Type

NonNullBooleanValueOrErrorList union