OBJECT

TagAnalytic

The frequency of a tag used as filter for a channel.

link GraphQL Schema definition

1type TagAnalytic {
2
3# A decimal that shows how often a Tag is used.
4percentage: Float!
5
6# The tag for the analytic.
7tag: Tag!
8
9}