Skip to main content

ContentPageData

Content page data with SEO.

type ContentPageData implements Node {
id: ID!
seoTitle: String
seoDescription: String
}

Fields

ContentPageData.id ● ID! non-null scalar

The Globally Unique ID of this object

ContentPageData.seoTitle ● String scalar

SEO title

ContentPageData.seoDescription ● String scalar

SEO description

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

Content object ● ContentPageDataCreate object ● ContentPageDataUpdate object

Was this page helpful?