CrewAppFlightQuery (Object)
type CrewAppFlightQuery {
checklist: CrewAppChecklistQuery!
flight(
flightNid: FlightNid!
): CrewAppFlight!
getCrewAppFlightDocuments(
flightNid: FlightNid!
): [CrewAppDocumentElement!]!
documentManager: CrewAppDocumentManagerSection!
selectedTravelDocuments(
flightNid: FlightNid!
): CrewAppFlightSelectedTravelDocumentQuerySection
searchPax(
input: CrewAppFlightSearchPaxInput!
): [CrewAppFlightSearchPaxResult!]!
}
Fields
CrewAppFlightQuery.checklist ● CrewAppChecklistQuery! non-null object
CrewAppFlightQuery.flight ● CrewAppFlight! non-null object
Requires access to given flight
CrewAppFlightQuery.flight.flightNid ● FlightNid! non-null scalar
CrewAppFlightQuery.getCrewAppFlightDocuments ● [CrewAppDocumentElement!]! non-null object
Requires access to given flight
CrewAppFlightQuery.getCrewAppFlightDocuments.flightNid ● FlightNid! non-null scalar
CrewAppFlightQuery.documentManager ● CrewAppDocumentManagerSection! non-null object
CrewAppFlightQuery.selectedTravelDocuments ● CrewAppFlightSelectedTravelDocumentQuerySection object
CrewAppFlightQuery.selectedTravelDocuments.flightNid ● FlightNid! non-null scalar
CrewAppFlightQuery.searchPax ● [CrewAppFlightSearchPaxResult!]! non-null object
Requires access to resource CREW_APP_PASSENGER
CrewAppFlightQuery.searchPax.input ● CrewAppFlightSearchPaxInput! non-null input
Member Of
CrewAppQuery object