AdvancedBrandSearch
Find brands based on search
AdvancedBrandSearch(
first: Int
after: String
last: Int
before: String
currency: Currency
siteId: ID
query: String
department: MerchantDepartmentType
coordinates: CoordinatesInput
linkType: LinkType
linkCategory: LinkCategory
page: Int = 1
orderBy: String
orderDirection: String
): BrandConnection!
Arguments
AdvancedBrandSearch.first ● Int scalar
Returns the first n elements from the list.
AdvancedBrandSearch.after ● String scalar
Returns the elements in the list that come after the specified cursor.
AdvancedBrandSearch.last ● Int scalar
Returns the last n elements from the list.
AdvancedBrandSearch.before ● String scalar
Returns the elements in the list that come before the specified cursor.
AdvancedBrandSearch.currency ● Currency enum
AdvancedBrandSearch.siteId ● ID scalar
AdvancedBrandSearch.query ● String scalar
AdvancedBrandSearch.department ● MerchantDepartmentType enum
AdvancedBrandSearch.coordinates ● CoordinatesInput input
AdvancedBrandSearch.linkType ● LinkType enum
AdvancedBrandSearch.linkCategory ● LinkCategory enum
AdvancedBrandSearch.page ● Int scalar
AdvancedBrandSearch.orderBy ● String scalar
AdvancedBrandSearch.orderDirection ● String scalar
Type
BrandConnection object
The connection type for Brand.