Campaign
fetch data from the table: "Campaign"
Campaign(
distinct_on: [Campaign_select_column!]
limit: Int
offset: Int
order_by: [Campaign_order_by!]
where: Campaign_bool_exp
): [Campaign!]!
Arguments
Campaign.distinct_on ● [Campaign_select_column!] list enum
distinct select on columns
Campaign.limit ● Int scalar
limit the number of rows returned
Campaign.offset ● Int scalar
skip the first n rows. Use only with order_by
Campaign.order_by ● [Campaign_order_by!] list input
sort the rows by one or more columns
Campaign.where ● Campaign_bool_exp input
filter the rows returned
Type
Campaign object
columns and relationships of "Campaign"