SsimFileParseResponse (Object)
Parse SSIM file response.
type SsimFileParseResponse {
errorList: [String!]!
toAdd: [SsimFlight!]!
toModify: [SsimFlightModification!]!
toDelete: [SchedFlight!]!
}
Parse SSIM file response.
type SsimFileParseResponse {
errorList: [String!]!
toAdd: [SsimFlight!]!
toModify: [SsimFlightModification!]!
toDelete: [SchedFlight!]!
}
SsimFileParseResponse.errorList ● [String!]! non-null scalarSsimFileParseResponse.toAdd ● [SsimFlight!]! non-null objectSsimFileParseResponse.toModify ● [SsimFlightModification!]! non-null objectSsimFileParseResponse.toDelete ● [SchedFlight!]! non-null object