WebPageContentInput

(INPUT_OBJECT)

link GraphQL Schema definition

  • input WebPageContentInput {
  • # internal ID of page
  • id: ID
  • # root webpage ID of langauge version or webpage ID
  • parent_webpage: ID!
  • # title of page
  • title: String
  • # short text below the title in the search result
  • description: String
  • # identificator for SEO-friendly URL
  • url_identificator: String
  • # list of page blocks
  • blocks: [ContentBlockInput!]
  • }