StakeLinkingEdge
Edge type containing the stake linking and cursor information returned by a StakesConnection
type StakeLinkingEdge {
node: StakeLinking!
cursor: String!
}
Fields
StakeLinkingEdge.node
● StakeLinking!
non-null object
The stake linking
StakeLinkingEdge.cursor
● String!
non-null scalar
Cursor identifying the stake linking
Member of
StakesConnection
object