Skip to main content

PnrGoQuery (Object)

type PnrGoQuery {
pnrGoProcessList(
flightNid: FlightNid!
): [LegPnrGoProcess!]!
getEapisConfirmationCode(
flightNid: FlightNid!
): String
flightList(
filter: FlightFilter!
): [PnrGoFlight!]!
flight(
flightNid: FlightNid!
): PnrGoFlight!
getChecklistStatus(
flightNid: FlightNid!
): String!
getChecklistFiles(
flightNid: FlightNid!
): [FileSimple!]!
}

Fields

PnrGoQuery.pnrGoProcessList ● [LegPnrGoProcess!]! non-null object

Requires access to given flight

PnrGoQuery.pnrGoProcessList.flightNid ● FlightNid! non-null scalar

PnrGoQuery.getEapisConfirmationCode ● String scalar

Requires access to given flight

PnrGoQuery.getEapisConfirmationCode.flightNid ● FlightNid! non-null scalar

PnrGoQuery.flightList ● [PnrGoFlight!]! non-null object

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

PnrGoQuery.flightList.filter ● FlightFilter! non-null input

PnrGoQuery.flight ● PnrGoFlight! non-null object

Requires access to resource INTEGRATION_PNR_GO_SEE. Requires access to given flight

PnrGoQuery.flight.flightNid ● FlightNid! non-null scalar

PnrGoQuery.getChecklistStatus ● String! non-null scalar

Get checklist item status for PnrGO integration. Requires access to given flight

PnrGoQuery.getChecklistStatus.flightNid ● FlightNid! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR

PnrGoQuery.getChecklistFiles ● [FileSimple!]! non-null object

List files uploaded to the PnrGO checklist item. Requires access to given flight

PnrGoQuery.getChecklistFiles.flightNid ● FlightNid! non-null scalar

Member Of

IntegrationQueries object