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