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