poll_answer_aggregate
fetch aggregated fields from the table: "poll_answer"
poll_answer_aggregate(
distinct_on: [poll_answer_select_column!]
limit: Int
offset: Int
order_by: [poll_answer_order_by!]
where: poll_answer_bool_exp
): poll_answer_aggregate!
Arguments
distinct_on
([poll_answer_select_column!]
)
distinct select on columns
limit
(Int
)
limit the number of rows returned
offset
(Int
)
skip the first n rows. Use only with order_by
order_by
([poll_answer_order_by!]
)
sort the rows by one or more columns
where
(poll_answer_bool_exp
)
filter the rows returned
Type
poll_answer_aggregate
aggregated selection of "poll_answer"