Delegation
No description
type Delegation {
  amount: String!
  party: Party!
  node: Node!
  epoch: Int!
}
Fields
Delegation.amount ● String! non-null scalar
Amount delegated
Delegation.party ● Party! non-null object
Party that is delegating
Delegation.node ● Node! non-null object
URL of node you are delegating to
Delegation.epoch ● Int! non-null scalar
Epoch of delegation
Member of
DelegationEdge  object ● Entities  object