Skip to main content

RecordViewConnection

A connection to a list of items.

type RecordViewConnection {
edges: [RecordViewEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

RecordViewConnection.edges ● [RecordViewEdge] list object

A list of edges.

RecordViewConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

RecordViewConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

recordViews query