Skip to main content

PageInput

No description

input PageInput {
slug: String
title: String
content: String
contentHtml: String
isPublished: Boolean
publicationDate: String
seo: SeoInput
}

Fields

PageInput.slug ● String scalar

Page internal name.

PageInput.title ● String scalar

Page title.

PageInput.content ● String scalar

Page content (Plaintext, deprecated as input).

PageInput.contentHtml ● String scalar

Page content (HTML).

PageInput.isPublished ● Boolean scalar

Determines if page is visible in the storefront.

PageInput.publicationDate ● String scalar

Publication date. ISO 8601 standard.

PageInput.seo ● SeoInput input

Search engine optimization fields.

Member Of

pageCreate mutation ● pageUpdate mutation

Was this page helpful?