INPUT_OBJECT

Lens_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Lens_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]
  • # Name shown in server
  • name: String
  • # Name shown in server
  • 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]
  • }

link Require by