Skip to main content

PortfolioConnection

No description

type PortfolioConnection {
items: [Portfolio!]!
nextToken: String
}

Fields

PortfolioConnection.items ● [Portfolio!]! non-null object

The current page of **Portfolio** objects. There will be a portfolio item for each time Period specified in the query

PortfolioConnection.nextToken ● String scalar

The token to use to get the next page of **Portfolio** objects. If **items** is an empty array then this value should be null

Member Of

User object