Skip to main content

Mutation: dutyCreateQuick

DEPRECATED

Use dutyCreateQuick node in crewPanel.duty section

Requires access to resource GRAPHQL_DUTY_EDIT. Execution is not allowed during publishing. Cannot create more than 150 duties at once. If in drafts mode, requires operator to turn that feature on globally in settings.

crewPanel {
dutyCreateQuick(
dutyDefinitionNid: ApiDutyDefinitionNidScalar!
loginDatesList: [CrewPanelLoginDatesInput!]!
timezoneToggle: TimeZoneToggle!
aircraftNid: AircraftNid
isInDraftsMode: Boolean!
): NonNullBooleanValueOrErrorList! @deprecated
}

Arguments

dutyCreateQuick.dutyDefinitionNid ● ApiDutyDefinitionNidScalar! non-null scalar

dutyCreateQuick.loginDatesList ● [CrewPanelLoginDatesInput!]! non-null input

dutyCreateQuick.timezoneToggle ● TimeZoneToggle! non-null input

dutyCreateQuick.aircraftNid ● AircraftNid scalar

dutyCreateQuick.isInDraftsMode ● Boolean! non-null scalar

Type

NonNullBooleanValueOrErrorList union