OBJECT
FilterOutput represents the filter information for a report.
type FilterOutput {# Name of the filter.name: String! # Values of the filter.values: [String!]! }