Skip to main content

FlowStream_aggregate

fetch aggregated fields from the table: "FlowStream"

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

Arguments

FlowStream_aggregate.distinct_on ● [FlowStream_select_column!] list enum

distinct select on columns

FlowStream_aggregate.limit ● Int scalar

limit the number of rows returned

FlowStream_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowStream_aggregate.order_by ● [FlowStream_order_by!] list input

sort the rows by one or more columns

FlowStream_aggregate.where ● FlowStream_bool_exp input

filter the rows returned

Type

FlowStream_aggregate object

aggregated selection of "FlowStream"