OBJECT
type CrewMemberContact {name: String! surname: String! gender: Int! genderEnum: Gender! emailWork: String! phoneWork: String! country: String! dateOfBirth: Date placeOfBirth: String! countryOfBirth: Country nationality: Country # Requires access to resource GRAPHQL_CREW_MEMBER_CONTACT_DOCUMENTS_SEEdocuments: CrewMemberContactDocuments! }