OBJECT

SubWalletConnection

link GraphQL Schema definition

  • type SubWalletConnection implements Connection {
  • # NOTE: applies to all of your subWallets (w/o filtering / limit)
  • allSubWalletsPortfolio: Portfolio @deprecated( reason: "use portfolio Query" )
  • # The current page of **SubWallet** objects. This can be an empty array if there
  • # are no items on this page
  • items: [SubWallet]
  • # The token to use to get the next page of **SubWallet** objects. If **items** is
  • # an empty array then this value should be null
  • nextToken: String
  • }

link Require by