Skip to main content

PageInfo

Page metadata for the cursor-based Connection pagination pattern.

type PageInfo {
startCursor: String
endCursor: String
hasNextPage: Boolean!
hasPreviousPage: Boolean!
}

Fields

NameTypeDescription
startCursorStringCursor pointing to the first entry of the page.
endCursorStringCursor pointing to the last entry of the page.
hasNextPageBoolean!Indicates if there are more pages after the current one.
hasPreviousPageBoolean!Indicates if there are previous pages before the current one.

On this page

We use cookies to ensure that we give you the best experience on our website. By using the website, you agree to the use of cookies.