ContentPageData
Content page data.
type ContentPageData implements Node {
seoTitle: String
seoDescription: String
id: ID!
}
Fields
ContentPageData.seoTitle ● String scalar
SEO title for a content page.
ContentPageData.seoDescription ● String scalar
SEO description for a content page.
ContentPageData.id ● ID! non-null scalar
The ID of the object
Interfaces
Node interface
An object with an ID
Member Of
Content object ● ContentPageDataCreate object ● ContentPageDataUpdate object