post_hashtag
fetch data from the table: "post_hashtag"
post_hashtag(
distinct_on: [post_hashtag_select_column!]
limit: Int
offset: Int
order_by: [post_hashtag_order_by!]
where: post_hashtag_bool_exp
): [post_hashtag!]!
Arguments
distinct_on
([post_hashtag_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_hashtag_order_by!]
)
sort the rows by one or more columns
where
(post_hashtag_bool_exp
)
filter the rows returned
Type
post_hashtag
columns and relationships of "post_hashtag"