AppManifestBrandLogo Object
Represents the app's manifest brand data.
type AppManifestBrandLogo {
default(size: Int, format: IconThumbnailFormatEnum = ORIGINAL): String!
}
Fields
default ● String!
Data URL with a base64 encoded logo image.
size ● Int
Desired longest side the image in pixels. Defaults to 4096. Images are never cropped. Pass 0 to retrieve the original size (not recommended).
format ● IconThumbnailFormatEnum
The format of the image. When not provided, format of the original image will be used.
Member Of
AppManifestBrand object