BrandDirectory
Find brands in a directory style listing
BrandDirectory(
first: Int
after: String
last: Int
before: String
currency: Currency
siteId: ID
orderBy: BrandDirectoryOrderBy = NAME_ASC
firstLetter: String
linkType: LinkType
linkCategory: LinkCategory
): BrandConnection!
Arguments
BrandDirectory.first ● Int scalar
Returns the first n elements from the list.
BrandDirectory.after ● String scalar
Returns the elements in the list that come after the specified cursor.
BrandDirectory.last ● Int scalar
Returns the last n elements from the list.
BrandDirectory.before ● String scalar
Returns the elements in the list that come before the specified cursor.
BrandDirectory.currency ● Currency enum
BrandDirectory.siteId ● ID scalar
BrandDirectory.orderBy ● BrandDirectoryOrderBy enum
BrandDirectory.firstLetter ● String scalar
BrandDirectory.linkType ● LinkType enum
BrandDirectory.linkCategory ● LinkCategory enum
Type
BrandConnection object
The connection type for Brand.