Skip to main content

ProductPage

Pagination data for products.

type ProductPage implements PageData {
items: [Product!]!
totalPages: Int!
hasNextPage: Boolean!
}

Fields

ProductPage.items ● [Product!]! non-null object

Array of Products. Number of items depends on the 'limit' and 'page' parameters.

ProductPage.totalPages ● Int! non-null scalar

Total number of pages.

ProductPage.hasNextPage ● Boolean! non-null scalar

Flag that indicates if there are more pages.

Interfaces

PageData interface

Returned By

products query