FlowBatch_aggregate
fetch aggregated fields from the table: "FlowBatch"
FlowBatch_aggregate(
distinct_on: [FlowBatch_select_column!]
limit: Int
offset: Int
order_by: [FlowBatch_order_by!]
where: FlowBatch_bool_exp
): FlowBatch_aggregate!
Arguments
FlowBatch_aggregate.distinct_on ● [FlowBatch_select_column!] list enum
distinct select on columns
FlowBatch_aggregate.limit ● Int scalar
limit the number of rows returned
FlowBatch_aggregate.offset ● Int scalar
skip the first n rows. Use only with order_by
FlowBatch_aggregate.order_by ● [FlowBatch_order_by!] list input
sort the rows by one or more columns
FlowBatch_aggregate.where ● FlowBatch_bool_exp input
filter the rows returned
Type
FlowBatch_aggregate object
aggregated selection of "FlowBatch"