OBJECT

SEOMetatagAttribute

An attribute of a metatag.

link GraphQL Schema definition

1type SEOMetatagAttribute {
2
3# The key of the attribute.
4key: String!
5
6# The value of the attribute.
7value: String!
8
9}