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
  • items: [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
  • nextToken: String
  • # Unique identifier for default wallet
  • defaultWalletId: String
  • }

link Require by