CollectionMetadata
Type for CollectionMetadataType
type CollectionMetadata {
currentPage: Int!
limitValue: Int!
totalCount: Int!
totalPages: Int!
}
Fields
CollectionMetadata.currentPage ● Int! non-null scalar
Current Page of loaded data
CollectionMetadata.limitValue ● Int! non-null scalar
The number of items per page
CollectionMetadata.totalCount ● Int! non-null scalar
The total number of items to be paginated