SubWalletConnection
No description
type SubWalletConnection implements Connection {
items: [SubWallet]
nextToken: String
}
Fields
SubWalletConnection.items ● [SubWallet] list interface
The current page of **SubWallet** objects. This can be an empty array if there are no items on this page
SubWalletConnection.nextToken ● String scalar
The token to use to get the next page of **SubWallet** objects. If **items** is an empty array then this value should be null
Interfaces
Connection interface
Member Of
ContractManagementItem object ● User object