Skip to main content

Campaign_aggregate

fetch aggregated fields from the table: "Campaign"

Campaign_aggregate(
distinct_on: [Campaign_select_column!]
limit: Int
offset: Int
order_by: [Campaign_order_by!]
where: Campaign_bool_exp
): Campaign_aggregate!

Arguments

Campaign_aggregate.distinct_on ● [Campaign_select_column!] list enum

distinct select on columns

Campaign_aggregate.limit ● Int scalar

limit the number of rows returned

Campaign_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

Campaign_aggregate.order_by ● [Campaign_order_by!] list input

sort the rows by one or more columns

Campaign_aggregate.where ● Campaign_bool_exp input

filter the rows returned

Type

Campaign_aggregate object

aggregated selection of "Campaign"