ENUM

TagScope

An enumeration on the different scope of a tag.

link GraphQL Schema definition

1enum TagScope {
2
3# Tags that can be applied to all content types.
4ALL
5
6# Tags that can only be applied to the CATEGORY content type.
7CATEGORY
8}