OBJECT
Represents contact data (like phone, email, address etc.) in Leon restricted for crew app
type CrewAppContact {contactNid: Int! knownAs: String! name: String! personCode: String! surname: String! isAnimal: Boolean! gender: Int! dateOfBirth: Date dateOfBirthYears: Int contactInfo: CrewAppContactInfo }