EnrolledDependentData
No description
type EnrolledDependentData {
id: Int!
name: String!
active: Boolean!
currentAcademicClass: AcademicClassData
financialOwners: [FinancialOwnerData!]
enrollment: EnrollmentData
isLastYear: Boolean!
company: CompanyData
}