OBJECT

PnrGoQuery

link GraphQL Schema definition

  • type PnrGoQuery {
  • # Requires access to given flight
  • #
  • # Arguments
  • # flightNid: [Not documented]
  • pnrGoProcessList(flightNid: FlightNid!): [LegPnrGoProcess!]!
  • # Requires access to given flight
  • #
  • # Arguments
  • # flightNid: [Not documented]
  • getEapisConfirmationCode(flightNid: 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]
  • flightList(filter: FlightFilter!): [PnrGoFlight!]!
  • # Requires access to resource INTEGRATION_PNR_GO_SEE.
  • # Requires access to given flight
  • #
  • # Arguments
  • # flightNid: [Not documented]
  • flight(flightNid: FlightNid!): PnrGoFlight!
  • }