BrandList
A paginated list of Brand items.
type BrandList {
paginatorInfo: PaginatorInfo
cursorInfo: CursorInfo
data: [Brand!]!
}
Fields
paginatorInfo (PaginatorInfo)
Pagination information about the list of items.
cursorInfo (CursorInfo)
data ([Brand!]!)
A list of Brand items.