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