simulations
No description
simulations(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: [SimulationOrder!]
where: SimulationWhereInput
): SimulationConnection!
Arguments
simulations.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
simulations.first ● Int scalar
Returns the first _n_ elements from the list.
simulations.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
simulations.last ● Int scalar
Returns the last _n_ elements from the list.
simulations.orderBy ● [SimulationOrder!] list input
Ordering options for Simulations returned from the connection.
simulations.where ● SimulationWhereInput input
Filtering options for Simulations returned from the connection.
Type
SimulationConnection object
A connection to a list of items.