reports_params
fetch data from the table: "reports_params"
reports_params(
distinct_on: [reports_params_select_column!]
limit: Int
offset: Int
order_by: [reports_params_order_by!]
where: reports_params_bool_exp
): [reports_params!]!
Arguments
distinct_on
([reports_params_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
([reports_params_order_by!]
)
sort the rows by one or more columns
where
(reports_params_bool_exp
)
filter the rows returned
Type
reports_params
columns and relationships of "reports_params"