OBJECT
CrewPanelDutyMutationSection
link GraphQL Schema definition
- type CrewPanelDutyMutationSection {
- # Cannot create more than 150 duties at once.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # dutyDefinitionNid: [Not documented]
- # loginDatesList: [Not documented]
- # timezoneToggle: [Not documented]
- # aircraftNid: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- ApiDutyDefinitionNidScalar!, :
- CrewPanelLoginDatesInput!]!, : [
- TimeZoneToggle!, :
- AircraftNid, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # 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.
- #
- # Arguments
- # dutyData: [Not documented]
- # loginDatesList: [Not documented]
- # timezoneToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- ApiDutyInput!, :
- CrewPanelLoginDatesInput!]!, : [
- TimeZoneToggle!, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # Cannot create more than 150 duties at once.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trNid: [Not documented]
- # loginDatesList: [Not documented]
- # timezoneToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- TrNid!, :
- CrewPanelLoginDatesInput!]!, : [
- TimeZoneToggle!, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # List cannot be empty.
- # List cannot have duties assigned to aircraft..
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trNidList: [Not documented]
- # loginNid: [Not documented]
- # dayDate: [Not documented]
- # timeZoneToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- TrNid!]!, : [
- ApiLoginNidScalar!, :
- Date!, :
- TimeZoneToggle!, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # List cannot be empty.
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trList: [Not documented]
- # dutyData: [Not documented]
- # timeZoneToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- TrNid!]!, : [
- DutyListEditInput!, :
- TimeZoneToggle!, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # dutyData:
- # loginList:
- # dateInterval:
- # timezoneToggle:
- # isInDraftsMode:
- (
- ApiDutyFromWorkPlanInput!, :
- ApiLoginNidOptionScalar!]!, : [
- DateIntervalInput!, :
- TimeZoneToggle!, :
- Boolean! :
- ): Boolean!
- }