RecordConnection
A connection to a list of items.
type RecordConnection {
edges: [RecordEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
RecordConnection.edges ● [RecordEdge] list object
A list of edges.
RecordConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
RecordConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
listRecordsQuery query