EnrolledDependentData
No description
type EnrolledDependentData {
id: Int!
name: String!
active: Boolean!
currentAcademicClass: AcademicClass
financialOwners: [FinancialOwner!]
enrollment: Enrollment
isLastYear: Boolean!
company: Company
}