OBJECT

RecordConnection

A list of records.

link GraphQL Schema definition

  • type RecordConnection {
  • # A list of edges.
  • edges: [RecordEdge!]!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }