SimulationConnection
A connection to a list of items.
type SimulationConnection {
edges: [SimulationEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SimulationConnection.edges ● [SimulationEdge] list object
A list of edges.
SimulationConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SimulationConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
simulations query