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