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