Last update:
May 22, 2025
BrandConnection object¶
This type represents a connection to a list of brands.
Fields¶
Field | Description |
---|---|
totalCount Int |
A count of the total number of brands in the connection, ignoring pagination. >Returns null when the total count is unavailable (e.g. with infinite scrolling). |
pageInfo PageInfo! |
Information about the current page of brands and pagination details. |
edges BrandEdge |
A connection between brands and a cursor associated with each one. |
items BrandType |
Brands returned in the connection. This shortcut can be used instead of querying edges { node } when cursor information is not required. |