ENUM

TagType

An enumeration on the different tag types of a category.

link GraphQL Schema definition

1enum TagType {
2
3# Tags applied to the category.
4CONTENT
5
6# The most popular tags used by other channels streaming this game/category.
7TOP
8}