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