Skip to main content

WalletsInfoConnection

No description

type WalletsInfoConnection implements Connection {
items: [WalletInfo]
nextToken: String
defaultWalletId: String
}

Fields

WalletsInfoConnection.items ● [WalletInfo] list object

The current page of **Wallet** objects. This can be an empty array if there are no items on this page

WalletsInfoConnection.nextToken ● String scalar

The token to use to get the next page of **Wallet** objects. If **items** is an empty array then this value should be null

WalletsInfoConnection.defaultWalletId ● String scalar

Unique identifier for default wallet

Interfaces

Connection interface

Member Of

User object