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