OBJECT
IntegrationSchedMutation
link GraphQL Schema definition
- type IntegrationSchedMutation {
- # Arguments
- # versionName: SCHED version name
- # Possible violation list: IS_NOT_SOME_ERROR
- # flightList:
- # Possible violation list: IS_NOT_SOME_ERROR,REGEX_FAILED_ERROR
- # removeNotMatchedFlights: If enabled, removes all flights in the
- # time period from the sent flightList
- (
- SchedVersionNameOption!, :
- SchedSpecifiedFlightInput!]!, : [
- Boolean! :
- ): IntegrationSchedMutationCreateSchedFlightListOutput!
- }