Brand
Brands associated with the account
type Brand {
uuid: String!
name: String!
url: String
categories: [String!]
description: String
}
Fields
Brand.uuid ● String! non-null scalar
UUID of the Brand
Brand.name ● String! non-null scalar
Name of the Brand
Brand.url ● String scalar
URL of the Brand
Brand.categories ● [String!] list scalar
Categories associated with the Brand
Brand.description ● String scalar
Description of the Brand
Member Of
Account object ● CreateBrandResult object ● DiscoverablePromotion object ● Promotion object ● UpdateBrandResult object