Skip to main content

Mutation: dutyCreate

DEPRECATED

Use dutyCreate 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 {
dutyCreate(
dutyData: ApiDutyInput!
loginDatesList: [CrewPanelLoginDatesInput!]!
timezoneToggle: TimeZoneToggle!
isInDraftsMode: Boolean!
): NonNullBooleanValueOrErrorList! @deprecated
}

Arguments

dutyCreate.dutyData ● ApiDutyInput! non-null input

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

dutyCreate.timezoneToggle ● TimeZoneToggle! non-null input

dutyCreate.isInDraftsMode ● Boolean! non-null scalar

Type

NonNullBooleanValueOrErrorList union