OBJECT
Trip
Represents single trip belonging to operator specified in request endpoint
link GraphQL Schema definition
- type Trip {
- : Int
- : Int!
- : Int!
- : Int!
- : Date
- : Date
- : String!
- : String! @deprecated( reason: "Please use tripNumber instead " )
- : Int!
- : Int!
- : Int!
- : Int!
- : Boolean!
- : Boolean!
- : String! @deprecated( reason: "Field removed." )
- : String!
- : Boolean!
- : Boolean!
- : String
- : Boolean!
- : Int!
- : String!
- : [String!]!
- : String!
- : String!
- : TripNotes
- : Offer
- : Marketplace
- : Checklist!
- : Int
- : Boolean!
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- #
- # Arguments
- # isCnl: [Not documented]
- # filterAircraftList: [Not documented]
- # onlyAllowedAircraftList: [Not documented]
- (
- : Boolean,
- : [AircraftNid!],
- : Boolean
- ): [Flight!]!
- : FlightType
- : QuoteRealization
- : Int
- : Int
- : String
- # Requires access to resource GRAPHQL_CONTACT
- : Contact
- # Requires access to resource GRAPHQL_CONTACT
- : Contact
- : String!
- : DateTime
- : [String!]!
- : [TagDefinition!]!
- : [File!]!
- : TripExternalId!
- }
link Require by
- CrewPanelPositioningRepresents single positioning for crew panel
- EmptyLegRepresents single flight activity.
- FlightRepresents single flight activity.
- FlightMutationQuery
- Leg
- MutationRepresents all mutations exposed by Leon API
- PositioningRepresents single crew positioning activity.
- QuoteRealizationRepresents single quote realization belonging to operator specified in request endpoint
- QuoteRequestRepresents single quote request belonging to operator specified in request endpoint
- TripNotes
- TripQueryNode for trip queries
- TripsChangesTrips created, modified or deleted in selected period
- TripSubscriptions