Skip to main content

ProductResponseMetadata

Pagination metadata.

type ProductResponseMetadata {
totalItems: Int!
totalPages: Int!
currentPage: Int!
nextCursor: String
}

Fields

ProductResponseMetadata.totalItems ● Int! non-null scalar

The total number of items.

ProductResponseMetadata.totalPages ● Int! non-null scalar

The total number of pages.

ProductResponseMetadata.currentPage ● Int! non-null scalar

The current page.

ProductResponseMetadata.nextCursor ● String scalar

The cursor to fetch the next page of results when using cursor-based pagination. An empty string when there are no more results. Null when cursor pagination is not in use.

Member Of

PaginatedBrands object ● PaginatedCategories object ● PaginatedManufacturers object ● PaginatedProducts object