OBJECT
PassengerList
Information about passengers either as contacts or in textual form
link GraphQL Schema definition
- type PassengerList {
- : Int!
- # Requires access to resource GRAPHQL_OPERATOR
- : Operator!
- : Boolean!
- : Boolean!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Int!
- : Boolean!
- : Int!
- # Requires access to resource GRAPHQL_PASSENGER
- : [PassengerContact!]!
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # limit: [Not documented]
- (: Int!): [PassengerContact!]!
- : String!
- # Textual passenger representation only present when text is the data source
- : String
- # Contact list passenger representation only present when contact is the data
- # source.
- # Requires access to resource GRAPHQL_PASSENGER
- : [PassengerContact!]
- # Animal passenger list representation only present when contact is the data
- # source.
- # Requires access to resource GRAPHQL_PASSENGER
- : [PassengerContactAnimal!]
- : BoardingStatus!
- : [File!]
- : Int!
- }
link Require by
- EmptyLegRepresents single flight activity.
- FlightRepresents single flight activity.
- Leg
- MutationRepresents all mutations exposed by Leon API
- PassengerContactRepresents single passenger contact
- PassengerContactAnimal
- PassengerListMutationNode for passenger list modifications
- QuoteRealizationLegRepresents single quote realization leg belonging to operator specified in request endpoint
- QuoteRequestLegRepresents single quote request leg belonging to operator specified in request endpoint