Skip to main content

Stream_aggregate

fetch aggregated fields from the table: "Stream"

Stream_aggregate(
distinct_on: [Stream_select_column!]
limit: Int
offset: Int
order_by: [Stream_order_by!]
where: Stream_bool_exp
): Stream_aggregate!

Arguments

Stream_aggregate.distinct_on ● [Stream_select_column!] list enum

distinct select on columns

Stream_aggregate.limit ● Int scalar

limit the number of rows returned

Stream_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

Stream_aggregate.order_by ● [Stream_order_by!] list input

sort the rows by one or more columns

Stream_aggregate.where ● Stream_bool_exp input

filter the rows returned

Type

Stream_aggregate object

aggregated selection of "Stream"