OBJECT

WalletConnection

link GraphQL Schema definition

  • type WalletConnection implements Connection {
  • # NOTE: applies to all of your wallets (w/o filtering / limit) - could be null for
  • # EXCHANGE walletsType
  • allWalletsPortfolio: Portfolio @deprecated( reason: "use portfolio Query" )
  • # The current page of **Wallet** objects. This can be an empty array if there are
  • # no items on this page
  • items: [Wallet]
  • # 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
  • }

link Require by