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