BrandAutocomplete
Find brands based on just a query
BrandAutocomplete(
first: Int
after: String
last: Int
before: String
currency: Currency
siteId: ID
query: String!
): BrandConnection!
Arguments
BrandAutocomplete.first ● Int scalar
Returns the first n elements from the list.
BrandAutocomplete.after ● String scalar
Returns the elements in the list that come after the specified cursor.
BrandAutocomplete.last ● Int scalar
Returns the last n elements from the list.
BrandAutocomplete.before ● String scalar
Returns the elements in the list that come before the specified cursor.
BrandAutocomplete.currency ● Currency enum
BrandAutocomplete.siteId ● ID scalar
BrandAutocomplete.query ● String! non-null scalar
Type
BrandConnection object
The connection type for Brand.