Skip to main content

exchanges

No description

exchanges(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: ExchangeOrder
where: ExchangeWhereInput
): ExchangeConnection!

Arguments

exchanges.after ● Cursor scalar

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

exchanges.first ● Int scalar

Returns the first _n_ elements from the list.

exchanges.before ● Cursor scalar

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

exchanges.last ● Int scalar

Returns the last _n_ elements from the list.

exchanges.orderBy ● ExchangeOrder input

Ordering options for Exchanges returned from the connection.

exchanges.where ● ExchangeWhereInput input

Filtering options for Exchanges returned from the connection.

Type

ExchangeConnection object

A connection to a list of items.