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