OBJECT
PassengerListMutation
Node for passenger list modifications
link GraphQL Schema definition
- type PassengerListMutation {
- # Change passenger list boarding status.
- # Requires access to resource GRAPHQL_PAX_BOARDING_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # boardingStatus: [Not documented]
- (
- FlightNid!, :
- BoardingStatus :
- ): PassengerListBoarding!
- # Marks PAX as 'on board' on passenger list.
- # Requires access to resource GRAPHQL_PAX_BOARDING_EDIT
- #
- # Arguments
- # passengerContactNid: [Not documented]
- # isOnBoard: [Not documented]
- (
- PassengerContactNid!, :
- Boolean! :
- ): PassengerBoarding!
- # Set passenger list PAX details.
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # passengerListNid: [Not documented]
- # passengerListDetails: [Not documented]
- (
- PassengerListNid!, :
- PassengerContactDetailsInput!]! : [
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # passengerContactList: [Not documented]
- # leadPassenger: [Not documented]
- # fileList: [Not documented]
- (
- FlightNid!, :
- PassengerContactInput!], : [
- ContactNid, :
- FilePathInput!] : [
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # file: [Not documented]
- FlightNid!, : FileInput!): PassengerList! ( :
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # passengerContactList: [Not documented]
- # leadPassenger: [Not documented]
- (
- FlightNid!, :
- PassengerContactInput!], : [
- ContactNid :
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # passengerText: [Not documented]
- (
- FlightNid!, :
- PassengerTextInput! :
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # flightNid:
- # passengerContactList:
- (
- FlightNid!, :
- ContactNid] : [
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # flightNid:
- FlightNid!): PassengerList! ( :
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # flightNid:
- # fileList:
- (
- FlightNid!, :
- Upload!]! : [
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # flightNid:
- # fileNameList:
- (
- FlightNid!, :
- String!]! : [
- ): PassengerList!
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # flightNid:
- FlightNid!): PassengerList! ( :
- # Requires access to resource GRAPHQL_PASSENGER_EDIT.
- # Requires access to resource GRAPHQL_PASSENGER
- #
- # Arguments
- # flightNid:
- # fileList:
- (
- FlightNid!, :
- Upload!]! : [
- ): PassengerList!
- # Requires access to resource GRAPHQL_PAX_BOARDING_EDIT
- #
- # Arguments
- # passengerContactNid:
- # luggageTag:
- (
- PassengerContactNid!, :
- String! :
- ): Boolean!
- }