OBJECT

OperationRecordConnection

link GraphQL Schema definition

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