Skip to main content

FlowAction_aggregate

fetch aggregated fields from the table: "FlowAction"

FlowAction_aggregate(
distinct_on: [FlowAction_select_column!]
limit: Int
offset: Int
order_by: [FlowAction_order_by!]
where: FlowAction_bool_exp
): FlowAction_aggregate!

Arguments

FlowAction_aggregate.distinct_on ● [FlowAction_select_column!] list enum

distinct select on columns

FlowAction_aggregate.limit ● Int scalar

limit the number of rows returned

FlowAction_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowAction_aggregate.order_by ● [FlowAction_order_by!] list input

sort the rows by one or more columns

FlowAction_aggregate.where ● FlowAction_bool_exp input

filter the rows returned

Type

FlowAction_aggregate object

aggregated selection of "FlowAction"