OBJECT

BlockEdge

Connection Edge as described by the Relay connections spec

link GraphQL Schema definition

  • type BlockEdge {
  • # Opaque pagination cursor for a block (base58-encoded janestreet/bin_prot
  • # serialization)
  • cursor: String!
  • node: Block!
  • }