UpdateDivisionResponse
A union representing the possible return types when updating a Division
union UpdateDivisionResponse =
| UpdateDivisionResult
| BadRequestError
| InternalServerError
Possible types
UpdateDivisionResponse.UpdateDivisionResult object
The successful result of updating a Division
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.
Returned By
updateDivision mutation