OBJECT
type StudentEnrollmentReceivedStudent {studentId: Int nationalityId: Int firstname: String lastname: String preferredName: String email: String phone: String address: String gender: String birthdate: DateTime passportNumber: String visaTypeId: Int nationality: Country visaType: VisaType }