OBJECT
WalletsInfoConnection
link GraphQL Schema definition
- type WalletsInfoConnection implements Connection {
- # The current page of **Wallet** objects. This can be an empty array if there are
- # no items on this page
- WalletInfo] : [
- # The token to use to get the next page of **Wallet** objects. If **items** is an
- # empty array then this value should be null
- String :
- # Unique identifier for default wallet
- String :
- }