OBJECT
type StudentSecondaryContact {studentSecondaryContactId: Int studentId: Int name: String email: String phone: String description: String studentSecondaryContactRelationshipId: Int created: DateTime modified: DateTime }