OBJECT

CrewPanelPlannerMutation

link GraphQL Schema definition

  • type CrewPanelPlannerMutation {
  • # time interval has to be shorter than 3 months
  • #
  • # Arguments
  • # timeInterval:
  • # positionType:
  • # aircraftTypeId:
  • # baseLocationNidList:
  • # Possible violation list:
  • # TOO_FEW_ERROR,TOO_MANY_ERROR,NOT_EQUAL_COUNT_ERROR,NOT_DIVISIBLE_BY_ERROR
  • pairingAutoPlanStarter(
  • timeInterval: TimeIntervalInput!,
  • positionType: OperationalPositionType!,
  • aircraftTypeId: AircraftTypeScalar!,
  • baseLocationNidList: [AirportNidScalar!]!
  • ): PairingAutoPlanStarterOutput!
  • # Local development only: simulates Omega server by running CBC solver locally and
  • # notifying the callback endpoint.
  • # Requires access to environment
  • #
  • # Arguments
  • # calculationId:
  • # Possible violation list: IS_NOT_SOME_ERROR
  • pairingCbcLocalSolver(
  • calculationId: PairingCalculationId!
  • ): PairingCbcLocalSolverOutput!
  • }