SchedExcelFileParseResponse (Object)
Parse excel file response.
type SchedExcelFileParseResponse {
errorList: [String!]!
toAdd: [SchedExcelFlight!]!
toModify: [SchedExcelFlightModification!]!
toDelete: [SchedFlight!]!
}
Parse excel file response.
type SchedExcelFileParseResponse {
errorList: [String!]!
toAdd: [SchedExcelFlight!]!
toModify: [SchedExcelFlightModification!]!
toDelete: [SchedFlight!]!
}
SchedExcelFileParseResponse.errorList ● [String!]! non-null scalarSchedExcelFileParseResponse.toAdd ● [SchedExcelFlight!]! non-null objectSchedExcelFileParseResponse.toModify ● [SchedExcelFlightModification!]! non-null objectSchedExcelFileParseResponse.toDelete ● [SchedFlight!]! non-null object