OBJECT
The connection type for Document.
type DocumentConnection {cursors: [String!]! # A list of edges.edges: [DocumentEdge] # A list of nodes.nodes: [Document] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }