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
  • }