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 ● Link object
Brand.giftcardLink.currency●Currencyenum
Brand.hasGiftcardLink ● Boolean! non-null scalar
Brand.hasGiftcardLink.currency●Currencyenum
Brand.hasLinkedCardLink ● Boolean! non-null scalar
Brand.hasLinkedCardLink.currency●Currencyenum
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●Currencyenum
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 ● Link object
Brand.linkedCardLink.currency●Currencyenum