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