OBJECT
CrewAppContactWithTravelDocuments
link GraphQL Schema definition
- type CrewAppContactWithTravelDocuments {
- : CrewAppContact!
- # Requires access to resource CREW_APP_PASSENGER
- : [CrewAppPassport!]!
- # Requires access to resource CREW_APP_PASSENGER
- : [CrewAppNationalId!]!
- }