schema.graphql
fragments.graphql
(INPUT_OBJECT)
input WebPageContentInput {# internal ID of pageid: ID# root webpage ID of langauge version or webpage IDparent_webpage: ID!# title of pagetitle: String# short text below the title in the search resultdescription: String# identificator for SEO-friendly URLurl_identificator: String# list of page blocksblocks: [ContentBlockInput!]}