Skip to main content

trades

No description

trades(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: TradeOrder
where: TradeWhereInput
): TradeConnection!

Arguments

trades.after ● Cursor scalar

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

trades.first ● Int scalar

Returns the first _n_ elements from the list.

trades.before ● Cursor scalar

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

trades.last ● Int scalar

Returns the last _n_ elements from the list.

trades.orderBy ● TradeOrder input

Ordering options for Trades returned from the connection.

trades.where ● TradeWhereInput input

Filtering options for Trades returned from the connection.

Type

TradeConnection object

A connection to a list of items.