Ksui
Toggle table of contents
2.2.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.generated
/
GetValidatorsApyQuery
/
PageInfo
Page
Info
data
class
PageInfo
(
val
hasNextPage
:
Boolean
,
val
endCursor
:
String
?
)
Members
Constructors
Page
Info
Link copied to clipboard
constructor
(
hasNextPage
:
Boolean
,
endCursor
:
String
?
)
Properties
end
Cursor
Link copied to clipboard
val
endCursor
:
String
?
When paginating forwards, the cursor to continue.
has
Next
Page
Link copied to clipboard
val
hasNextPage
:
Boolean
When paginating forwards, are there more items?