AggregateHoldingEdge
A Relay edge containing a AggregateHolding and its cursor.
type AggregateHoldingEdge {
cursor: String!
node: AggregateHolding
}
Fields
AggregateHoldingEdge.cursor ● String! non-null scalar
A cursor for use in pagination
AggregateHoldingEdge.node ● AggregateHolding object
The item at the end of the edge
Member Of
AggregateHoldingConnection object