Skip to main content

BacktestConnection

A connection to a list of items.

type BacktestConnection {
edges: [BacktestEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

BacktestConnection.edges ● [BacktestEdge] list object

A list of edges.

BacktestConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

BacktestConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

backtests query

Member Of

BotRunner object ● Strategy object