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