PageCreateInput
No description
input PageCreateInput {
slug: String
title: String
content: JSONString
attributes: [AttributeValueInput!]
isPublished: Boolean
publicationDate: String
publishedAt: DateTime
seo: SeoInput
pageType: ID!
}
Fields
PageCreateInput.slug
● String
scalar miscellaneous
Page internal name.
PageCreateInput.title
● String
scalar miscellaneous
Page title.
PageCreateInput.content
● JSONString
scalar miscellaneous
Page content.
Rich text format. For reference see https://editorjs.io/
PageCreateInput.attributes
● [AttributeValueInput!]
list input attributes
List of attributes.