report_reason
fetch data from the table: "report_reason"
report_reason(
limit: Int
offset: Int
order_by: [report_reason_order_by!]
where: report_reason_bool_exp
): [report_reason!]!
Arguments
limit
(Int
)
limit the number of rows returned
offset
(Int
)
skip the first n rows. Use only with order_by
order_by
([report_reason_order_by!]
)
sort the rows by one or more columns
where
(report_reason_bool_exp
)
filter the rows returned
Type
report_reason
columns and relationships of "report_reason"