Skip to main content

CodeFileConnection

A connection to a list of items.

type CodeFileConnection {
edges: [CodeFileEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CodeFileConnection.edges ● [CodeFileEdge] list object

A list of edges.

CodeFileConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CodeFileConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

codeFiles query