TaskDetailGroupBy
Task detail with groupby info applied to it.
Fields
| Field | Type | Description |
|---|---|---|
| groupByInfo | TaskDetailGroupByInfo! | The data groupby info. |
| taskDetailConnection | TaskDetailConnection! | Paginated task detail data. |
| taskDetailGroupBy | [TaskDetailGroupBy!]! |
Field Arguments
| Field | Argument | Type | Description |
|---|---|---|---|
| taskDetailConnection | first | Int | Returns the first n elements from the list. |
| taskDetailConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| taskDetailConnection | last | Int | Returns the last n elements from the list. |
| taskDetailConnection | before | String | Returns the elements in the list that occur before the specified cursor. |
| taskDetailConnection | sortBy | TaskDetailSortByEnum | Sort task detail by field. |
| taskDetailConnection | sortOrder | SortOrder | Task detail sort order. |
| taskDetailGroupBy | groupBy (required) | TaskDetailGroupByEnum! | Group task detail by a field. |
Used By
Queries
- query: taskDetailGroupByConnection (via connection)
Referenced by