Alokai

MetaCollection

Data about the response, including pagination and collection totals.Pagination links for the previous and next parts of the whole collection.

interface MetaCollection {
	pageInfo?: PageInfo;
	pagination?: Pagination;
	responseInfo?: string;
	totalItems?: number;
}

Properties

NameRequiredTypeDescription
pageInfoOptionalPageInfoInformation about pagination in a GraphQL response.
paginationOptionalPaginationPagination model including all necessary information for pagination.
responseInfoOptionalstringInformation about the GraphQL response e.g "no products", "unable to fetch data"
totalItemsOptionalnumberTotal items of the list results

Referenced Types

On this page