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