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