organizationsUpdate
Update an existing organization.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
name | String! | Name for the new organization. |
organizationId | OrganizationID! | ID of the organization to update. |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
organization | Organization | The updated organization. |