UpdateIndividualResponse
A union representing the possible return types when updating an Individual
union UpdateIndividualResponse =
| BadRequestError
| InternalServerError
| UpdateIndividualResult
Possible types
UpdateIndividualResponse.BadRequestError object
Returned when there is an error in the request.
UpdateIndividualResponse.InternalServerError object
Returned when an error is encountered that is not expected.
UpdateIndividualResponse.UpdateIndividualResult object
The successful result of updating an Individual
Returned By
updateIndividual mutation