EnrollIndividualInBenefitResult
The successful result of enrolling an Individual in a Benefit
type EnrollIndividualInBenefitResult {
  benefit: Benefit!
  individual: Individual!
}
Fields
EnrollIndividualInBenefitResult.benefit ● Benefit! non-null object
The Benefit
EnrollIndividualInBenefitResult.individual ● Individual! non-null object
The Individual that was enrolled in the Benefit