Skip to main content

AppManifestBrandLogo

Represents the app's manifest brand data.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
type AppManifestBrandLogo {
default(size: Int, format: IconThumbnailFormatEnum = ORIGINAL): String!
}

Fields

AppManifestBrandLogo.default ● String! non-null scalar miscellaneous

Data URL with a base64 encoded logo image.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
AppManifestBrandLogo.default.size ● Int scalar miscellaneous

Desired longest side the image in pixels. Defaults to 4096. Images are never cropped. Pass 0 to retrieve the original size (not recommended).

AppManifestBrandLogo.default.format ● IconThumbnailFormatEnum enum miscellaneous

The format of the image. When not provided, format of the original image will be used.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.

Member Of

AppManifestBrand object