Skip to main content

Brand

A brand.

type Brand {
allLocationsHaveLinkedCard: Boolean!
description: String
giftcardLink(
currency: Currency
): Link
hasGiftcardLink(
currency: Currency
): Boolean!
hasLinkedCardLink(
currency: Currency
coordinates: CoordinatesInput
): Boolean!
hasLocations: Boolean!
hasShopLink(
currency: Currency
): Boolean!
heroImage: String @deprecated
id: ID!
images: BrandImages!
invertedLogoImage: String @deprecated
linkedCardLink(
currency: Currency
trackImpression: Boolean
coordinates: CoordinatesInput
): Link
links(
first: Int
after: String
last: Int
before: String
linkTypes: [LinkType!]!
locationID: ID
): LinkConnection!
location(
id: ID
coordinates: CoordinatesInput
): Location
locationsCount: Int!
logoBackgroundColor: String @deprecated
logoImage: String @deprecated
maxGiveLink(
currency: Currency
): Link
maxGiveLinks: BrandMaxGiveLinks!
merchant: Merchant!
name: String!
nearestLocation(
coordinates: CoordinatesInput
): Location
shopLink(
currency: Currency
): Link
slug: String!
viewerHasFavorited: Boolean!
website: String
}

Fields

Brand.allLocationsHaveLinkedCard ● Boolean! non-null scalar

Do all the locations have a linked card attached?

Brand.description ● String scalar

Brand's Description

Brand.giftcardLink.currency ● Currency enum

Brand.hasGiftcardLink ● Boolean! non-null scalar

Brand.hasGiftcardLink.currency ● Currency enum

Brand.hasLinkedCardLink ● Boolean! non-null scalar

Brand.hasLinkedCardLink.currency ● Currency enum
Brand.hasLinkedCardLink.coordinates ● CoordinatesInput input

Brand.hasLocations ● Boolean! non-null scalar

Does this brand have locations?

Brand.hasShopLink ● Boolean! non-null scalar

Brand.hasShopLink.currency ● Currency enum

Brand.heroImage ● String deprecated scalar

DEPRECATED: Use the images field.

Brand's hero image URL

Brand.id ● ID! non-null scalar

Brand's ID

Brand.images ● BrandImages! non-null object

Brand's images

Brand.invertedLogoImage ● String deprecated scalar

DEPRECATED: Use the images field.

Brand's inverted logo image URL

Brand.linkedCardLink.currency ● Currency enum
Brand.linkedCardLink.trackImpression ● Boolean scalar
Brand.linkedCardLink.coordinates ● CoordinatesInput input

Brand.links ● LinkConnection! non-null object

A list of the brand's links

Brand.links.first ● Int scalar

Returns the first n elements from the list.

Brand.links.after ● String scalar

Returns the elements in the list that come after the specified cursor.

Brand.links.last ● Int scalar

Returns the last n elements from the list.

Brand.links.before ● String scalar

Returns the elements in the list that come before the specified cursor.

Brand.links.linkTypes ● [LinkType!]! non-null enum
Brand.links.locationID ● ID scalar

Brand.location ● Location object

Get a specific location

Brand.location.id ● ID scalar
Brand.location.coordinates ● CoordinatesInput input

Brand.locationsCount ● Int! non-null scalar

Find locations based on coordinates

Brand.logoBackgroundColor ● String deprecated scalar

DEPRECATED: Use the images field.

Brand's Logo Background Color

Brand.logoImage ● String deprecated scalar

DEPRECATED: Use the images field.

Brand's logo image URL

Brand.maxGiveLink.currency ● Currency enum

A listing of links that have the highest give back for a brand grouped by category.

Brand.merchant ● Merchant! non-null object

The merchant who this brand belongs to

Brand.name ● String! non-null scalar

Brand's Name

Brand.nearestLocation ● Location object

Nearest location for brand

Brand.nearestLocation.coordinates ● CoordinatesInput input
Brand.shopLink.currency ● Currency enum

Brand.slug ● String! non-null scalar

Brand's Slug

Brand.viewerHasFavorited ● Boolean! non-null scalar

Whether the current viewer has favourited this brand

Brand.website ● String scalar

Brand's Website

Returned by

Brand query

Member of

BrandEdge object ● Campaign object ● CampaignCloseReport object ● Event object ● Intent object ● Link object ● Location object ● Merchant object ● Organization object ● User object ● Viewer object

Implemented by

ViewerToggleFavoriteBrandUnion union