aggregatedPartCounts
No description
aggregatedPartCounts(
args: aggregatedPartCounts_args!
distinct_on: [AggregatedPartCountRT_select_column!]
limit: Int
offset: Int
order_by: [AggregatedPartCountRT_order_by!]
where: AggregatedPartCountRT_bool_exp
): [AggregatedPartCountRT!]!
Arguments
aggregatedPartCounts.args ● aggregatedPartCounts_args! non-null input
A set of arguments passed to the function.
aggregatedPartCounts.distinct_on ● [AggregatedPartCountRT_select_column!] list enum
Return a distinct set of entities, defined by the given fields.
aggregatedPartCounts.limit ● Int scalar
Limits the number of objects returned.
aggregatedPartCounts.offset ● Int scalar
Start a the specified, zero-based array index. This is only useful in combination with order_by.
aggregatedPartCounts.order_by ● [AggregatedPartCountRT_order_by!] list input
Sort the returned array by one or more fields of it's elements.
aggregatedPartCounts.where ● AggregatedPartCountRT_bool_exp input
Filter the data by using a (nested) boolean expression.