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