INPUT_OBJECT
ReportTableCreate
Description
Create configs for an activity data table.
link GraphQL Schema definition
- input ReportTableCreate {
- # The name of the table.
- String! :
- ReportFocusEnum! :
- GroupByFieldEnum!] : [
- ReportTableColumnEnum!]! : [
- SortByFieldEnum :
- # The data sorting order for the table, ASC or DESC.
- SortOrder :
- }