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