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