Skip to main content

FlowStream

fetch data from the table: "FlowStream"

FlowStream(
distinct_on: [FlowStream_select_column!]
limit: Int
offset: Int
order_by: [FlowStream_order_by!]
where: FlowStream_bool_exp
): [FlowStream!]!

Arguments

FlowStream.distinct_on ● [FlowStream_select_column!] list enum

distinct select on columns

FlowStream.limit ● Int scalar

limit the number of rows returned

FlowStream.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowStream.order_by ● [FlowStream_order_by!] list input

sort the rows by one or more columns

FlowStream.where ● FlowStream_bool_exp input

filter the rows returned

Type

FlowStream object

columns and relationships of "FlowStream"