Skip to main content

SchedExcelFlight (Object)

Represents single SSIM flight data.

type SchedExcelFlight {
aircraft: Aircraft
virtualAircraft: AcftVirtual
aircraftTypeIata: String!
flightNo: String!
adepLocation: Airport!
adesLocation: Airport!
startTimeUTC: DateTime!
endTimeUTC: DateTime!
opsNotes: String
}

Fields

SchedExcelFlight.aircraft ● Aircraft object

Requires access to resource GRAPHQL_ACFT

SchedExcelFlight.virtualAircraft ● AcftVirtual object

Requires access to resource GRAPHQL_ACFT

SchedExcelFlight.aircraftTypeIata ● String! non-null scalar

SchedExcelFlight.flightNo ● String! non-null scalar

SchedExcelFlight.adepLocation ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

SchedExcelFlight.adesLocation ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

SchedExcelFlight.startTimeUTC ● DateTime! non-null scalar

SchedExcelFlight.endTimeUTC ● DateTime! non-null scalar

SchedExcelFlight.opsNotes ● String scalar

Member Of

SchedExcelFileParseResponse object ● SchedExcelFlightModification object