GraphQl Schemas
GraphQL: Dispatch Queries
dispatchAggregationV2
3min
The dispatchAggregationV2 schema represents a GraphQL query for aggregating dispatches with various filtering options. It provides the following arguments, fields, and objects:
- aggregations (String): Specifies the type of aggregations to perform on the dispatches.
- tenant (String): Represents the identifier for the tenant or organization for which the dispatches should be aggregated.
- filter (String): Provides additional filtering criteria for the dispatches.
- aggregations: Represents the result of the dispatch aggregation operation. The data returned by this field depends on the provided aggregations argument and can be customized based on the specified logic.

Updated 03 Aug 2023
Did this page help you?