OBJECT
CrewAppFlightQuery
link GraphQL Schema definition
- type CrewAppFlightQuery {
- : CrewAppChecklistQuery!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): CrewAppFlight!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): [CrewAppDocumentElement!]!
- : CrewAppDocumentManagerSection!
- # Arguments
- # flightNid:
- (: FlightNid!): CrewAppFlightSelectedTravelDocumentQuerySection
- }