AppBrandLogo
Represents the app's brand logo data.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
type AppBrandLogo {
default(size: Int, format: IconThumbnailFormatEnum = ORIGINAL): String!
}
Fields
AppBrandLogo.default
● String!
non-null scalar miscellaneous
URL to the default logo image.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
AppBrandLogo.default.size
●Int
scalar miscellaneousDesired longest side the image in pixels. Defaults to 4096. Images are never cropped. Pass 0 to retrieve the original size (not recommended).
AppBrandLogo.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.14This API is currently in Feature Preview and can be subject to changes at later point.
Member Of
AppBrand
object