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