OBJECT

FilterOutput

Description

FilterOutput represents the filter information for a report.

link GraphQL Schema definition

  • type FilterOutput {
  • # Name of the filter.
  • name: String!
  • # Values of the filter.
  • values: [String!]!
  • }