OBJECT
SEOMetatag
The SEO metatag of a twitch webpage.
link GraphQL Schema definition
1 type SEOMetatag { 2 3 # The attributes of the tag. 4 : [SEOMetatagAttribute!]! 5 6 # The name of the tag. 7 : String! 8 9 }
OBJECT
The SEO metatag of a twitch webpage.
1 type SEOMetatag { 2 3 # The attributes of the tag. 4 : [SEOMetatagAttribute!]! 5 6 # The name of the tag. 7 : String! 8 9 }