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