Eventjet GraphQL API documentation

WildcardReportFilterInput

Input object

Input for applying a text filter via the wildcardFilters argument of Query.report.

Fields

FieldDescriptionType
keyThe metric key to filter on. Obtain it from `ReportFilter.key` or `ReportMetric.key`.String!
queryThe search string. Rows where the column value contains this string will be included.String!