OBJECT

FollowableTag

link GraphQL Schema definition

1type FollowableTag {
2
3isFollowing: Boolean!
4
5tag: Tag
6
7}