Last update:
March 5, 2025
changeOrganizationLogo mutation¶
This mutation updates the logo for a specific organization.
Arguments¶
The InputChangeOrganizationLogoCommandType
represents the input data required to change an organization's logo.
Field | Description |
---|---|
organizationId String! |
The Id of the organization whose logo is being updated. |
logoUrl String |
The URL of the new logo image. |
Possible Returns¶
Possible Return | Description |
---|---|
ChangeOrganizationLogoResultType | The result of the logo update, including status details. |