OBJECT
CrewPanelPlannerMutation
link GraphQL Schema definition
- type CrewPanelPlannerMutation {
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval:
- (: TimeIntervalInput!): NonNullPairingCalculationIdValueOrErrorList!
- # 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
- (
- : PairingCalculationId!
- ): PairingCbcLocalSolverOutput!
- }