INPUT_OBJECT

Warnable_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Warnable_Filter {
  • # True if the content has an active data quality warning
  • hasActiveWarning: Boolean
  • # True if the content has an active data quality warning
  • hasActiveWarningWithin: [Boolean]
  • # 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]
  • # 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]
  • }

link Require by

This element is not required by anyone