Skip to main content
Version: 3.x

PageInput

No description

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

Fields

PageInput.slug ● String scalar

Page internal name.

PageInput.title ● String scalar

Page title.

PageInput.content ● JSONString scalar

Page content.

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

PageInput.attributes ● [AttributeValueInput!] list input

List of attributes.

PageInput.isPublished ● Boolean scalar

Determines if page is visible in the storefront.

PageInput.publicationDate ● String scalar

Publication date. ISO 8601 standard.

DEPRECATED: this field will be removed in Saleor 4.0. Use publishedAt field instead.

PageInput.publishedAt ● DateTime scalar

Publication date time. ISO 8601 standard.

Added in Saleor 3.3

PageInput.seo ● SeoInput input

Search engine optimization fields.

Member of

pageUpdate mutation


Was this page helpful?