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