profile_relationship_aggregate
fetch aggregated fields from the table: "profile_relationship"
profile_relationship_aggregate(
distinct_on: [profile_relationship_select_column!]
limit: Int
offset: Int
order_by: [profile_relationship_order_by!]
where: profile_relationship_bool_exp
): profile_relationship_aggregate!
Arguments
distinct_on
([profile_relationship_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
([profile_relationship_order_by!]
)
sort the rows by one or more columns
where
(profile_relationship_bool_exp
)
filter the rows returned
Type
profile_relationship_aggregate
aggregated selection of "profile_relationship"