OBJECT

BlockRecordConnection

link GraphQL Schema definition

  • type BlockRecordConnection {
  • # An object containing the details of the current page.
  • page_info: PageInfo!
  • # A list containing the operation data.
  • edges: [BlockRecordEdge!]
  • # The total number of items matching the query.
  • total_count: Int!
  • }

link Require by