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