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