Eventjet GraphQL API documentation

OptionsReportFilter

Object

A filter that restricts report rows to those matching one or more selected values.

Used for categorical columns such as event, ticket type, or order status.

Fields

FieldDescriptionType
clearedA new `Report` with this filter removed.Report
keyString!
labelString
optionsAll selectable values for this filter (e.g. every event name or order status in the data set).[ ReportFilterOption ]
selectedOptionsThe currently active choices. Empty when the filter is not active.[ ReportFilterOption ]
typeHints[ String! ]
valueLabelDescribes the current value of the filter. For example "Event: The Big Festival" or "Status: Pending, Paid".String

Interfaces

OptionsReportFilter implements the following interfaces: