brands
brands(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: BrandOrder
where: BrandWhereInput
): BrandConnection!
Arguments
brands.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
brands.first ● Int scalar
Returns the first n elements from the list.
brands.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
brands.last ● Int scalar
Returns the last n elements from the list.
brands.orderBy ● BrandOrder input
Ordering options for Brands returned from the connection.
brands.where ● BrandWhereInput input
Filtering options for Brands returned from the connection.
Type
BrandConnection object
A connection to a list of items.