Skip to main content

ContentPageDataCreateInput

Fields required to create content page data.

input ContentPageDataCreateInput {
contentId: ID!
seoTitle: String
seoDescription: String
}

Fields

ContentPageDataCreateInput.contentId ● ID! non-null scalar

Id of content page.

ContentPageDataCreateInput.seoTitle ● String scalar

SEO title.

ContentPageDataCreateInput.seoDescription ● String scalar

SEO description.

Member Of

contentPageDataCreate mutation

Was this page helpful?