OBJECT
The connection type for Document.
type DocumentConnection {# A list of edges.edges: [DocumentEdge] # A list of nodes.nodes: [Document] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }