DocumentPaginationConnection
The connection type for Document.
Fields
edges
· [DocumentEdge] · A list of edges. nodes
· [Document] · A list of nodes. Used By
Definition
"""The connection type for Document."""type DocumentPaginationConnection { """ A list of edges. """ edges: [DocumentEdge]
""" A list of nodes. """ nodes: [Document]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}