FerryFlightOutput (Object)
type FerryFlightOutput {
trNid: Int!
ferryFlightPricing: FerryFlightPricingOutput
flightNo: String!
std: Int!
sta: Int!
adep: AirportCode!
ades: AirportCode!
registration: String!
}
type FerryFlightOutput {
trNid: Int!
ferryFlightPricing: FerryFlightPricingOutput
flightNo: String!
std: Int!
sta: Int!
adep: AirportCode!
ades: AirportCode!
registration: String!
}
FerryFlightOutput.trNid ● Int! non-null scalarFerryFlightOutput.ferryFlightPricing ● FerryFlightPricingOutput objectFerryFlightOutput.flightNo ● String! non-null scalarFerryFlightOutput.std ● Int! non-null scalarFerryFlightOutput.sta ● Int! non-null scalarFerryFlightOutput.adep ● AirportCode! non-null objectFerryFlightOutput.ades ● AirportCode! non-null objectFerryFlightOutput.registration ● String! non-null scalar