Eventjet GraphQL API documentation

ReportCell

Object

A single data point within a ReportLine, corresponding to one ReportColumn.

Each cell carries a raw value, optional typeHints to indicate how to interpret the value, and an optional label for localized display.

Fields

FieldDescriptionType
labelThe localized, human-readable display name for this cell's `ReportCell.value`.String
typeHintsSemantic tags describing how to interpret and render `ReportCell.value`.[ String ]
valueThe raw value for this cell, always represented as a string. Null when not available.String