OBJECT
PnrGoMutation
link GraphQL Schema definition
- type PnrGoMutation {
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # processList: [Not documented]
- # overallStatus: [Not documented]
- (
- FlightNid!, :
- LegPnrGoProcessInput!]!, : [
- String :
- ): [LegPnrGoProcess!]!
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- FlightNid!): Boolean! ( :
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # confirmationCode: [Not documented]
- (
- FlightNid!, :
- String! :
- ): Boolean!
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # links:
- # Possible violation list: LINK_HTTPS_ERROR
- (
- FlightNid!, :
- ChecklistItemLinkInput!]! : [
- ): Boolean!
- # If item is not on flight it will be added.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # sanctionList:
- # Possible violation list: IS_NOT_SOME_ERROR,LINK_HTTPS_ERROR
- (
- FlightNid!, :
- PnrGoSanctionListInput! :
- ): PutSanctionListOutput!
- # Delete assigned links.
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # links:
- (
- FlightNid!, :
- String!]! : [
- ): DeleteSanctionListLinksOutput!
- }