Stream
fetch data from the table: "Stream"
Stream(
distinct_on: [Stream_select_column!]
limit: Int
offset: Int
order_by: [Stream_order_by!]
where: Stream_bool_exp
): [Stream!]!
Arguments
Stream.distinct_on ● [Stream_select_column!] list enum
distinct select on columns
Stream.limit ● Int scalar
limit the number of rows returned
Stream.offset ● Int scalar
skip the first n rows. Use only with order_by
Stream.order_by ● [Stream_order_by!] list input
sort the rows by one or more columns
Stream.where ● Stream_bool_exp input
filter the rows returned
Type
Stream object
columns and relationships of "Stream"