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