Skip to main content

PageCreateInput Input Type

No description

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

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.

pageType ● ID!

ID of the page type that page belongs to.

Show deprecated

Member Of

pageCreate mutation