CreateDependentResponse
Union response for createDependent mutation
union CreateDependentResponse =
| BadRequestError
| CreateDependentResult
| InternalServerError
Possible types
CreateDependentResponse.BadRequestError object
Returned when there is an error in the request.
CreateDependentResponse.CreateDependentResult object
Successful result of creating a dependent
CreateDependentResponse.InternalServerError object
Returned when an error is encountered that is not expected.
Returned By
createDependent mutation