INPUT_OBJECT

Metric_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Metric_Filter {
  • # VizPortal URL ID; used for URL generation
  • vizportalUrlId: String
  • # VizPortal URL ID; used for URL generation
  • vizportalUrlIdWithin: [String]
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luidWithin: [String]
  • # The name of the container in which the metric is visible and usable. This is
  • # always a project.
  • containerName: String
  • # The name of the container in which the metric is visible and usable. This is
  • # always a project.
  • containerNameWithin: [String]
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • nameWithin: [String]
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • # The name of the project in which the Metric is visible and usable.
  • projectName: String
  • # The name of the project in which the Metric is visible and usable.
  • projectNameWithin: [String]
  • }

link Require by