OBJECT
WalletPaymentTransactionConnection
The connection type for WalletPaymentTransaction.
link GraphQL Schema definition
- type WalletPaymentTransactionConnection {
- # A list of edges.
- : [WalletPaymentTransactionEdge]
- # A list of nodes.
- : [WalletPaymentTransaction]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }