PaginatedBrands
A paginated collection of brands.
type PaginatedBrands {
collection: [Brand]
metadata: ProductResponseMetadata!
}
Fields
PaginatedBrands.collection ● [Brand] list object
The brands of the current page.
PaginatedBrands.metadata ● ProductResponseMetadata! non-null object
Pagination metadata.
Returned By
brands query