EnrollIndividualInBenefitResponse
A union representing the possible return types when enrolling an Individual in a Benefit
union EnrollIndividualInBenefitResponse =
  | BadRequestError
  | EnrollIndividualInBenefitResult
  | InternalServerError
Possible types
EnrollIndividualInBenefitResponse.BadRequestError object
Returned when there is an error in the request.
EnrollIndividualInBenefitResponse.EnrollIndividualInBenefitResult object
The successful result of enrolling an Individual in a Benefit
EnrollIndividualInBenefitResponse.InternalServerError object
Returned when an error is encountered that is not expected.
Returned By
enrollIndividualInBenefit mutation