For the complete documentation index, see llms.txt. This page is also available as Markdown.

TagValueFilterInput

Specifies the filter options to filter lists of tag values.

input TagValueFilterInput {
  key: String
  search: String
}

Fields

key ● String scalar

Only return tags with a specify key.

The search string to use (will do a case-insensitive 'contains').

Member Of

tagValues query

Last updated

Was this helpful?