INPUT_OBJECT

InsightTagSearchCriteria

Find Insight has specified tag key and optionally with specified values

link GraphQL Schema definition

  • input InsightTagSearchCriteria {
  • tagKey: String!
  • tagValues: [String!]
  • }