PortfolioEdge
An edge in a connection.
type PortfolioEdge {
cursor: String!
node: Portfolio
}
Fields
PortfolioEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
PortfolioEdge.node ● Portfolio object
The item at the end of the edge.
Member Of
PortfolioConnection object