Skip to main content

strategies

No description

strategies(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: [StrategyOrder!]
where: StrategyWhereInput
): StrategyConnection!

Arguments

strategies.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

strategies.first ● Int scalar

Returns the first _n_ elements from the list.

strategies.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

strategies.last ● Int scalar

Returns the last _n_ elements from the list.

strategies.orderBy ● [StrategyOrder!] list input

Ordering options for Strategies returned from the connection.

strategies.where ● StrategyWhereInput input

Filtering options for Strategies returned from the connection.

Type

StrategyConnection object

A connection to a list of items.