Skip to main content
Version: 4.2.0

posts_params

fetch data from the table: "posts_params"

posts_params(
distinct_on: [posts_params_select_column!]
limit: Int
offset: Int
order_by: [posts_params_order_by!]
where: posts_params_bool_exp
): [posts_params!]!

Arguments

distinct_on ([posts_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 ([posts_params_order_by!])

sort the rows by one or more columns

where (posts_params_bool_exp)

filter the rows returned

Type

posts_params

columns and relationships of "posts_params"