OBJECT

PortfolioConnection

link GraphQL Schema definition

  • type PortfolioConnection {
  • # The current page of **Portfolio** objects. There will be a portfolio item for
  • # each time Period specified in the query
  • items: [Portfolio!]!
  • # The token to use to get the next page of **Portfolio** objects. If **items** is
  • # an empty array then this value should be null
  • nextToken: String
  • }

link Require by