OBJECT
type StudentStudyRecord {studentStudyRecordId: Int studentId: Int program: String startDate: DateTime endDate: DateTime school: String invoiceId: Int googlePlaceId: String googlePlace: GooglePlace }