Objects

BrandType

Type containing brand information

Type containing brand information

type BrandType {
  brandId: Int!
  alias: String
  canonicalUrl: String
  alternativeCanonicalUrls: [String] @deprecated
  alternativeUrls: [AlternativeUrlType]
  name: String
  description: 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

Member Of

ProductType object ● RelatedProductType object