OBJECT
type Education {college: Option! collegeId: String createdAt: ISO8601DateTime! createdBy: User! createdById: UUID! degree: String graduationYear: Int id: UUID! importKey: String organization: Organization! organizationId: Int! profile: Profile! profileId: UUID! updatedAt: ISO8601DateTime! updatedBy: User! updatedById: UUID! }