Skip to main content

SearchPaginationInfo

Represent pagination information for a search result

type SearchPaginationInfo {
hasNextPage: Boolean
hasPreviousPage: Boolean
offset: Int
totalCount: Int
}

Fields

hasNextPage ● Boolean

Is a next page available

hasPreviousPage ● Boolean

Is a previous page available

offset ● Int

The offset of this page.

totalCount ● Int

The total amout of nodes in search result

Example

{}