Skip to main content

brandConnection

Fetch brands

brandConnection(
filter: BrandFilter
sort: [BrandSort!]! = [object Object]
first: Int! = 20
after: String
offset: Int! = 0
): BrandConnection!

Arguments

filter ● BrandFilter

Manage what data you will get.

sort ● [BrandSort!]!

Which algorithms we will sort by.

first ● Int!

How many brands will be fetched. (default: 20, max: 200)

after ● String

Cursor based pagination for the brands fetched.

offset ● Int!

Offset based pagination for the brands fetched. (default: 0).

Type

BrandConnection

Represent a paginated connection list of brands