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
}