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