UpdateDivisionResponse
A union representing the possible return types when updating a Division
union UpdateDivisionResponse =
| BadRequestError
| InternalServerError
| UpdateDivisionResult
Possible types
UpdateDivisionResponse.BadRequestError object
Returned when there is an error in the request.
UpdateDivisionResponse.InternalServerError object
Returned when an error is encountered that is not expected.
UpdateDivisionResponse.UpdateDivisionResult object
The successful result of updating a Division
Returned By
updateDivision mutation