OBJECT

SEOMetatag

The SEO metatag of a twitch webpage.

link GraphQL Schema definition

1type SEOMetatag {
2
3# The attributes of the tag.
4attributes: [SEOMetatagAttribute!]!
5
6# The name of the tag.
7name: String!
8
9}