Skip to main content

setOrganizationLogo

Upload or replace your organization's logo.

Accepts PNG, JPG, GIF, or WebP images up to 1 MB. If a logo already exists, it is replaced. Use removeOrganizationLogo to delete without replacement.

setOrganizationLogo(
organizationId: ID!
logo: Upload!
): LogoOrganizationPayload

Arguments

setOrganizationLogo.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

The image file to upload (PNG, JPG, GIF, or WebP, max 1 MB).

Type

LogoOrganizationPayload object