Skip to main content

LockupStream_aggregate

fetch aggregated fields from the table: "LockupStream"

LockupStream_aggregate(
distinct_on: [LockupStream_select_column!]
limit: Int
offset: Int
order_by: [LockupStream_order_by!]
where: LockupStream_bool_exp
): LockupStream_aggregate!

Arguments

LockupStream_aggregate.distinct_on ● [LockupStream_select_column!] list enum

distinct select on columns

LockupStream_aggregate.limit ● Int scalar

limit the number of rows returned

LockupStream_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupStream_aggregate.order_by ● [LockupStream_order_by!] list input

sort the rows by one or more columns

LockupStream_aggregate.where ● LockupStream_bool_exp input

filter the rows returned

Type

LockupStream_aggregate object

aggregated selection of "LockupStream"