UpdateDependentBenefitEnrollmentResponse
Union response for updateDependentBenefitEnrollment mutation
union UpdateDependentBenefitEnrollmentResponse =
| BadRequestError
| InternalServerError
| UpdateDependentBenefitEnrollmentResult
Possible types
UpdateDependentBenefitEnrollmentResponse.BadRequestError object
Returned when there is an error in the request.
UpdateDependentBenefitEnrollmentResponse.InternalServerError object
Returned when an error is encountered that is not expected.
UpdateDependentBenefitEnrollmentResponse.UpdateDependentBenefitEnrollmentResult object
Successful result of updating an existing enrollment
Returned By
updateDependentBenefitEnrollment mutation