OBJECT

PassengerContactAnimal

link GraphQL Schema definition

  • type PassengerContactAnimal {
  • passengerContactAnimalNid: Int!
  • # Requires access to resource GRAPHQL_PASSENGER
  • passengerList: PassengerList!
  • # Requires access to resource GRAPHQL_CONTACT
  • contact: Contact!
  • # Requires access to resource GRAPHQL_LOGIN
  • arrivalPassport: PassportOutput
  • # Requires access to resource GRAPHQL_LOGIN
  • departurePassport: PassportOutput
  • arrivalNationalId: NationalId
  • departureNationalId: NationalId
  • }