stocks
List stock records with optional filtering
stocks(
filter: StockFilterInput
before: String
after: String
first: Int
last: Int
): StockCountableConnection!
Arguments
stocks.filter ● StockFilterInput input
stocks.before ● String scalar
Returns the items in the list that come before the specified cursor.
stocks.after ● String scalar
Returns the items in the list that come after the specified cursor.
stocks.first ● Int scalar
Returns the first n items from the list.
stocks.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
StockCountableConnection object
A connection to a list of items.