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