DelegationEdge
Edge type containing the delegation and cursor information returned by a DelegationsConnection
type DelegationEdge {
node: Delegation!
cursor: String!
}
Fields
DelegationEdge.node
● Delegation!
non-null object
The delegation information
DelegationEdge.cursor
● String!
non-null scalar
The cursor for the data item
Member of
DelegationsConnection
object