Skip to main content

SchedFlight (Object)

Represents single SCHED flight.

type SchedFlight {
schedFlightNid: SchedFlightNid!
ssimUploadNid: Int!
aircraft: Aircraft
virtualAircraft: AcftVirtual
aircraftTypeIata: String!
flightNo: String!
adepLocation: Airport!
adesLocation: Airport!
altnLocation: Airport
altn2Location: Airport
startTimeUTC: DateTime!
endTimeUTC: DateTime!
startTimeBase(
operatorBaseNid: BaseNid!
): DateTimeWithTimezone!
endTimeBase(
operatorBaseNid: BaseNid!
): DateTimeWithTimezone!
ssimUploadFlightGroupId: Int!
isPublished: Boolean!
leg: Leg
isFerry: Boolean!
distance: Int!
cmtTime: Time!
icaoType: IcaoType!
iataServiceType: IataServiceType!
latestPublicationStatus: SchedPublicationStatus!
codeShareFlightNumber: String!
arcid: String!
schedVersionNid: SchedVersionNid!
activityColor: SchedFlightColor!
prbd: String!
operationalLegIdentification: CodeShare!
governmentApproval: Boolean!
inFlightServiceInformation: IataInFlightService!
electronicTicketInformation: IataElectronicTicket
opsNotes: String!
}

Fields

SchedFlight.schedFlightNid ● SchedFlightNid! non-null scalar

SchedFlight.ssimUploadNid ● Int! non-null scalar

SchedFlight.aircraft ● Aircraft object

Requires access to resource GRAPHQL_ACFT

SchedFlight.virtualAircraft ● AcftVirtual object

Requires access to resource GRAPHQL_ACFT

SchedFlight.aircraftTypeIata ● String! non-null scalar

SchedFlight.flightNo ● String! non-null scalar

SchedFlight.adepLocation ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

SchedFlight.adesLocation ● Airport! non-null object

Requires access to resource GRAPHQL_AIRPORT

SchedFlight.altnLocation ● Airport object

Requires access to resource GRAPHQL_AIRPORT

SchedFlight.altn2Location ● Airport object

Requires access to resource GRAPHQL_AIRPORT

SchedFlight.startTimeUTC ● DateTime! non-null scalar

SchedFlight.endTimeUTC ● DateTime! non-null scalar

SchedFlight.startTimeBase ● DateTimeWithTimezone! non-null scalar

SchedFlight.startTimeBase.operatorBaseNid ● BaseNid! non-null scalar

SchedFlight.endTimeBase ● DateTimeWithTimezone! non-null scalar

SchedFlight.endTimeBase.operatorBaseNid ● BaseNid! non-null scalar

SchedFlight.ssimUploadFlightGroupId ● Int! non-null scalar

SchedFlight.isPublished ● Boolean! non-null scalar

SchedFlight.leg ● Leg object

SchedFlight.isFerry ● Boolean! non-null scalar

SchedFlight.distance ● Int! non-null scalar

SchedFlight.cmtTime ● Time! non-null scalar

SchedFlight.icaoType ● IcaoType! non-null enum

SchedFlight.iataServiceType ● IataServiceType! non-null enum

SchedFlight.latestPublicationStatus ● SchedPublicationStatus! non-null enum

SchedFlight.codeShareFlightNumber ● String! non-null scalar

SchedFlight.arcid ● String! non-null scalar

SchedFlight.schedVersionNid ● SchedVersionNid! non-null scalar

SchedFlight.activityColor ● SchedFlightColor! non-null object

SchedFlight.prbd ● String! non-null scalar

SchedFlight.operationalLegIdentification ● CodeShare! non-null scalar

SchedFlight.governmentApproval ● Boolean! non-null scalar

SchedFlight.inFlightServiceInformation ● IataInFlightService! non-null scalar

SchedFlight.electronicTicketInformation ● IataElectronicTicket enum

SchedFlight.opsNotes ● String! non-null scalar

Returned By

schedule.findSchedFlightList query ● schedule.flightsForPlanning query ● schedule.getSchedFlightList query

Member Of

IntegrationSchedUpdate object ● SchedExcelFileParseResponse object ● SchedExcelFlightModification object ● SsimFileParseResponse object ● SsimFlightModification object