Skip to main content
Version: 4.2.0

post_mention

fetch data from the table: "post_mention"

post_mention(
distinct_on: [post_mention_select_column!]
limit: Int
offset: Int
order_by: [post_mention_order_by!]
where: post_mention_bool_exp
): [post_mention!]!

Arguments

distinct_on ([post_mention_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 ([post_mention_order_by!])

sort the rows by one or more columns

where (post_mention_bool_exp)

filter the rows returned

Type

post_mention

columns and relationships of "post_mention"