OBJECT
type StudentEnrollment {studentEnrollmentId: Int studentEnrollmentStatusId: Int studentEnrollmentDecisionStatusId: Int schoolId: Int studentId: Int invoiceId: Int quoteId: Int languageId: Int obscuredId: String studentSignature: String signedDate: DateTime specialInstructions: String created: DateTime modified: DateTime agencyOwnerId: Int schoolOwnerId: Int sent: DateTime isDeletedByAgency: Int isDeletedBySchool: Int school: School studentEnrollmentOfferingItems: [StudentEnrollmentOfferingItem] student: Student }