OBJECT
DefaultPassengerDataQuery
Provides default data (e.g., recommended travel documents) for potential passenger contacts.
link GraphQL Schema definition
- type DefaultPassengerDataQuery {
- # List cannot be empty
- #
- # Arguments
- # contactList:
- # airportList:
- # Possible violation list: IS_NOT_SOME_ERROR
- (
- : [ContactNid!]!,
- : [AirportOptionScalar!]!
- ): [DefaultPassengerData!]!
- }