Skip to main content

stocks

List of stocks.

stocks(
filter: StockFilterInput
before: String
after: String
first: Int
last: Int
): StockCountableConnection

Arguments

stocks.filter ● StockFilterInput input

stocks.before ● String scalar

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

stocks.after ● String scalar

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

stocks.first ● Int scalar

Return the first n elements from the list.

stocks.last ● Int scalar

Return the last n elements from the list.

Type

StockCountableConnection object

Was this page helpful?