StakesConnection
Connection type for retrieving cursor-based paginated stake linking information
type StakesConnection {
edges: [StakeLinkingEdge]
pageInfo: PageInfo!
}
Fields
StakesConnection.edges
● [StakeLinkingEdge]
list object
List of stake links available for the connection
StakesConnection.pageInfo
● PageInfo!
non-null object
Page information for the connection
Member of
StakingSummary
object