OBJECT
PnrGoQuery
link GraphQL Schema definition
- type PnrGoQuery {
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): [LegPnrGoProcess!]!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): String
- # Returns flights data for given period using specified filter settings. Period
- # cannot be greater that 3 months..
- # Requires access to resource INTEGRATION_PNR_GO_SEE.
- # Requires access to given flight
- #
- # Arguments
- # filter: [Not documented]
- (: FlightFilter!): [PnrGoFlight!]!
- # Requires access to resource INTEGRATION_PNR_GO_SEE.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): PnrGoFlight!
- # Get checklist item status for PnrGO integration.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- (: FlightNid!): String!
- }