ENUM

TagFilterType

Description

Tag filter type.

link GraphQL Schema definition

  • enum TagFilterType {
  • # Filter by exact value of key, and all the tag values.
  • TAG_KEY
  • # Filter by exact values of tag key and value.
  • TAG_KEY_VALUE
  • }