poll_answer
fetch data from the table: "poll_answer"
poll_answer(
distinct_on: [poll_answer_select_column!]
limit: Int
offset: Int
order_by: [poll_answer_order_by!]
where: poll_answer_bool_exp
): [poll_answer!]!
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
columns and relationships of "poll_answer"