Eventjet GraphQL API documentation

ReportColumn

Object

Fields

FieldDescriptionType
descriptionA textual description of what the values in this column represent.String
filtersThe filters that are available for this column.[ ReportFilter ]
isAggregatedWhether the report is currently aggregated by this column.Boolean
labelA short name for the column.String
removedThe report without this column.Report
sortDirectionThe current sort direction for this column.SortDirection
sortedAscendingThe report with this column sorted ascending. Null if the report cannot be sorted by this column.Report
sortedDescendingThe report with this column sorted descending. Null if the report cannot be sorted by this column.Report
typeHintsA list of type hints (date/time, money, etc.) for the values in this column.[ String ]