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