OBJECT
CrewPanelMutation
Represents fields available for mutating of Crew Panel node
link GraphQL Schema definition
- type CrewPanelMutation {
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # simulatorInput: [Not documented]
- # filterToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- CrewPanelSimulatorInput!, :
- CrewPanelFilterToggle!, :
- Boolean! :
- ): NonNullCrewPanelSimulatorValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trNid: TR (leg, duty, etc.) numeric identifier
- # simulatorInput: [Not documented]
- # filterToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- Int!, :
- CrewPanelSimulatorInput!, :
- CrewPanelFilterToggle!, :
- Boolean! :
- ): NonNullCrewPanelSimulatorValueOrErrorList!
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trNid: TR (leg, duty, etc.) numeric identifier
- # isInDraftsMode: [Not documented]
- Int!, : Boolean!): Boolean! ( :
- # If in drafts mode, requires operator to turn that feature on globally in
- # settings.
- #
- # Arguments
- # trNid: TR (leg, duty, etc.) numeric identifier
- # crewMemberNid: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- Int!, :
- CrewMemberNid!, :
- Boolean! :
- ): Boolean!
- # Requires access to resource GRAPHQL_DUTY_EDIT.
- # Execution is not allowed during publishing
- CrewPanelDutyMutationSection! :
- # 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.
- #
- # Arguments
- # dutyDefinitionNid: [Not documented]
- # loginDatesList: [Not documented]
- # timezoneToggle: [Not documented]
- # aircraftNid: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- ApiDutyDefinitionNidScalar!, :
- CrewPanelLoginDatesInput!]!, : [
- TimeZoneToggle!, :
- AircraftNid, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList! @deprecated( reason: "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.
- #
- # Arguments
- # dutyData: [Not documented]
- # loginDatesList: [Not documented]
- # timezoneToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- ApiDutyInput!, :
- CrewPanelLoginDatesInput!]!, : [
- TimeZoneToggle!, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList! @deprecated( reason: "Use dutyCreate node in crewPanel.duty section" )
- # List cannot be empty.
- # List cannot have duties assigned to aircraft.
- #
- # Arguments
- # trNidList: [Not documented]
- # loginNid: [Not documented]
- # dayDate: [Not documented]
- # timeZoneToggle: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- TrNid!]!, : [
- ApiLoginNidScalar!, :
- Date!, :
- TimeZoneToggle!, :
- Boolean! :
- ): NonNullBooleanValueOrErrorList! @deprecated( reason: "Use copyDutyList node in crewPanel.duty section" )
- # Arguments
- # loginNidList: [Not documented]
- # timeInterval: [Not documented]
- # filterToggle: [Not documented]
- (
- ApiLoginNidScalar!]!, : [
- TimeIntervalInput!, :
- CrewPanelFilterToggle! :
- ): Boolean!
- # Arguments
- # enabled: [Not documented]
- Boolean!): Boolean! ( :
- # Arguments
- # trNidList:
- # Possible violation list: IS_NOT_SOME_ERROR,IS_NOT_CHECK_DUTY_MANAGER_ERROR
- # isInDraftsMode:
- (
- RequestDutyNid!]!, : [
- Boolean! :
- ): AcceptRequestListOutput!
- # Arguments
- # trNidList:
- # Possible violation list: IS_NOT_SOME_ERROR,IS_NOT_CHECK_DUTY_MANAGER_ERROR
- # isInDraftsMode:
- (
- RequestDutyNid!]!, : [
- Boolean! :
- ): DeclineRequestListOutput!
- # Arguments
- # filterPresetNid: [Not documented]
- # loginList: [Not documented]
- # labelList: [Not documented]
- # crewHomebaseNidList: [Not documented]
- # crewHomebaseAirportNidList: [Not documented]
- # excludedLoginList: [Not documented]
- # excludedLabelList: [Not documented]
- (
- FilterPresetNid, :
- Int!]!, : [
- Int!]!, : [
- Int!]!, : [
- Int!]!, : [
- Int!]!, : [
- Int!]! : [
- ): CrewPanelFilter
- # Arguments
- # filterPresetNid: [Not documented]
- # crewMemberNidList: [Not documented]
- # labelNidList: [Not documented]
- # aircraftTypeList: [Not documented]
- # functionTypeList: [Not documented]
- # positionNidList: [Not documented]
- # aocNid: [Not documented]
- # aircraftAocNid: [Not documented]
- # aircraftNidList: [Not documented]
- # aircraftTagNidList: [Not documented]
- # homebaseList: [Not documented]
- # aircraftHomebaseList: [Not documented]
- # aircraftHomebaseICAOList: [Not documented]
- # excludedCrewMemberNidList: [Not documented]
- # excludedLabelNidList: [Not documented]
- (
- FilterPresetNid, :
- CrewMemberNid!], : [
- LabelNid!], : [
- AircraftTypeScalar!], : [
- FunctionTypeEnum!], : [
- PositionNid!], : [
- Int, :
- AocNid, :
- AircraftNid!], : [
- TagDefinitionNid!], : [
- AirportNidScalar!], : [
- BaseNid!], : [
- AirportNidScalar!], : [
- CrewMemberNid!], : [
- LabelNid!] : [
- ): CrewDutiesFilter
- # 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.
- #
- # Arguments
- # trNidList: [Not documented]
- # isInDraftMode: [Not documented]
- TrNid!]!, : Boolean!): NonNullBooleanValueOrErrorList! ( : [
- # Requires access to resource GRAPHQL_DUTY_EDIT.
- # Execution is not allowed during publishing
- CrewPanelCrewMutationSection! :
- # Requires access to resource GRAPHQL_DUTY_EDIT.
- # Execution is not allowed during publishing
- #
- # Arguments
- # crewRecordList: [Not documented]
- # isInDraftsMode: [Not documented]
- (
- CrewPanelAssignCrewRecord!]!, : [
- Boolean! :
- ): NonNullBooleanValueOrErrorList! @deprecated( reason: "Please use node in crewPanel.crew section instead" )
- CrewPanelHotelReservationMutationSection! :
- CrewPanelFlightTrainingMutation! :
- CrewPanelNotesMutation! :
- # time interval has to be longer that 1 week 4 days and shorter than 2 months
- #
- # Arguments
- # loginNid:
- # timeInterval:
- # timezoneToggle:
- (
- ApiLoginNidScalar!, :
- TimeIntervalInput!, :
- TimeZoneToggle! :
- ): NonNullSaftefastCalculationStartResultValueOrErrorList!
- # time interval has to be longer that 1 week 4 days and shorter than 2 months
- #
- # Arguments
- # timeInterval:
- # timezoneToggle:
- (
- TimeIntervalInput!, :
- TimeZoneToggle! :
- ): CrewPanelStartSafteFastMultiCrewCalculationOutput!
- CrewPanelPositioningMutationSection! :
- }