brands
Permission required: brand:query:brands
brands(
after: String
before: String
filter: BrandComplexFilterInput
first: Int
last: Int
): BrandConnection
Arguments
brands.after ● String scalar
Returns the elements in the list that come after the specified cursor.
brands.before ● String scalar
Returns the elements in the list that come before the specified cursor.
brands.filter ● BrandComplexFilterInput input
brands.first ● Int scalar
Returns the first _n_ elements from the list.
brands.last ● Int scalar
Returns the last _n_ elements from the list.
Type
BrandConnection object
The connection type for Brand.