Objects
BrandListType
Type containing brand listing information
Type containing brand listing information
type BrandListType {
brandId: Int!
alias: String
canonicalUrl: String
alternativeCanonicalUrls: [String] @deprecated
alternativeUrls: [AlternativeUrlType]
name: String
description: String
secondaryDescription: String
primaryImage: String
backgroundImage: String
logo: String
}
Fields
brandId ● Int! non-null scalar required
Brand ID
alias ● String scalar
Brand alias
canonicalUrl ● String scalar
The full path for this brand. e.g. '/l/brand-1'
alternativeCanonicalUrls ● [String] deprecated list scalar
Deprecated: Use AlternativeUrls instead.
Alternative full paths to the brand
alternativeUrls ● [AlternativeUrlType] list object
Alternative urls to the brand
name ● String scalar
Brand name
description ● String scalar
Brand description
secondaryDescription ● String scalar
Secondary description
primaryImage ● String scalar
Primary image
backgroundImage ● String scalar
Background image
logo ● String scalar
Brand logo
Returned By
brands query