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