Skip to main content

PageInput Input Type

No description

input PageInput {
slug: String
title: String
content: JSONString
attributes: [AttributeValueInput!]
isPublished: Boolean
publicationDate: String @deprecated
publishedAt: DateTime
seo: SeoInput
}

Fields

slug ● String

Page internal name.

title ● String

Page title.

content ● JSONString

Page content.

Rich text format. For reference see https://editorjs.io/

attributes ● [AttributeValueInput!]

List of attributes.

isPublished ● Boolean

Determines if page is visible in the storefront.

publishedAt ● DateTime

Publication date time. ISO 8601 standard.

seo ● SeoInput

Search engine optimization fields.

Show deprecated

Member Of

pageUpdate mutation