OBJECT

CrewAppContactWithTravelDocuments

link GraphQL Schema definition

  • type CrewAppContactWithTravelDocuments {
  • contact: CrewAppContact!
  • # Requires access to resource CREW_APP_PASSENGER
  • passportList: [CrewAppPassport!]!
  • # Requires access to resource CREW_APP_PASSENGER
  • nationalIdList: [CrewAppNationalId!]!
  • }