OBJECT
OperationRecordConnection
link GraphQL Schema definition
- type OperationRecordConnection {
- # An object containing the details of the current page.
- PageInfo! :
- # A list containing the operation data.
- OperationRecordEdge!] : [
- # The total number of items matching the query.
- Int! :
- }