OBJECT
RecordConnection
A list of records.
link GraphQL Schema definition
- type RecordConnection {
- # A list of edges.
- : [RecordEdge!]!
- # Identifies the total count of items in the connection.
- : Int!
- # Information to aid in pagination.
- : PageInfo!
- }