PageInfo
No description
type PageInfo {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: Cursor
endCursor: Cursor
}
Fields
PageInfo.hasNextPage ● Boolean! non-null scalar
Indicates that there are more nodes after this subset.
PageInfo.hasPreviousPage ● Boolean! non-null scalar
Included for legacy Relay reasons. Always set to false.
PageInfo.startCursor ● Cursor scalar
Included for legacy Relay reasons. Always set to null.
PageInfo.endCursor ● Cursor scalar
Specifies the last node's cursor for forwards pagination.
Member Of
CommentModerationActionConnection object ● CommentsConnection object ● DSAReportsConnection object ● FlagsConnection object ● NotificationsConnection object ● ReactionsConnection object ● SitesConnection object ● StoriesConnection object ● UsersConnection object