post_attachment_aggregate
fetch aggregated fields from the table: "post_attachment"
post_attachment_aggregate(
distinct_on: [post_attachment_select_column!]
limit: Int
offset: Int
order_by: [post_attachment_order_by!]
where: post_attachment_bool_exp
): post_attachment_aggregate!
Arguments
distinct_on
([post_attachment_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_attachment_order_by!]
)
sort the rows by one or more columns
where
(post_attachment_bool_exp
)
filter the rows returned
Type
post_attachment_aggregate
aggregated selection of "post_attachment"