BrandPage
Paginated data of brands.
type BrandPage implements PageData {
items: [Brand!]!
totalPages: Int!
hasNextPage: Boolean!
}
Fields
BrandPage.items
● [Brand!]!
non-null object
Array of Brands. Number of items depends on the 'limit' and 'page' parameters.
BrandPage.totalPages
● Int!
non-null scalar
Total number of pages.
BrandPage.hasNextPage
● Boolean!
non-null scalar
Flag that indicates if there are more pages.
Interfaces
PageData
interface
Returned By
brands
query ● userBrands
query