AnomalyResultGroupedData
Anomaly result data with group by information applied to it.
Fields
| Field | Type | Description |
|---|---|---|
| anomalyResultGroupedData | [AnomalyResultGroupedData!]! | Provides further groupings for the data. |
| anomalyResults | AnomalyResultConnection! | Paginated anomaly result data. |
| groupByInfo | AnomalyResultGroupByInfo! | Group by information. |
Field Arguments
| Field | Argument | Type | Description |
|---|---|---|---|
| anomalyResultGroupedData | groupBy (required) | AnomalyResultGroupBy! | Group anomaly results by field. |
| anomalyResults | first | Int | Returns the first n elements from the list. |
| anomalyResults | after | String | Returns the elements in the list that occur after the specified cursor. |
| anomalyResults | last | Int | Returns the last n elements from the list. |
| anomalyResults | before | String | Returns the elements in the list that occur before the specified cursor. |
| anomalyResults | sortOrder | SortOrder | Sorts the order of results. |
| anomalyResults | sortBy | AnomalyResultSortBy | Sort anomaly results by field. |
| anomalyResults | filter | AnomalyResultFilterInput | Filter anomaly results by input. |
Used By
Queries
- query: anomalyResultsGrouped (via connection)
Referenced by