OBJECT
Brand
Product brand
link GraphQL Schema definition
- type Brand implements Node {
- # Whether the given brand is the default for adverts.
- Boolean! :
- # Whether buying the associated item via the website is forbidden.
- Boolean! :
- # If the associated item has this taxon, then buying the item
- #
- # via the website is forbidden.
- Taxon :
- # Whether buying the associated item for in-store pickup is forbidden.
- Boolean! :
- # If the associated item has this taxon, then buying the item
- #
- # for in-store pickup is forbidden.
- ID :
- ExternalID!]! : [
- ID! :
- Image :
- String! :
- # Whether to show the brand name in the associated advert's title.
- Boolean! :
- SizeMatrix!]! : [
- # The URL subpath associated with the given brand.
- #
- # Mostly used for building URLs for advert search results.
- String! :
- }
link Require by
- AdvertAn advert
- BrandOrTaxonA Brand or Taxon, returned by TextQuerySuggestionType
- BrandsConnectionThe connection type for Brand.
- BrandsEdgeAn edge in a connection.
- ESAdvertAn advert (elasticsearch cached)
- GoldenProductA golden product record.
- MapToUnionnull
- RankedResultRankedResult records - force first adverts for category/brand
- SizeMatrixnull
- SuggestionsUnionnull