schema.graphql
fragments.graphql
(INPUT_OBJECT)
input params for post data of block 'News'
input NewsPostInput {# main title of the news posttitle: String# short description or summaryshort: String# full text or detailed contentlong: String# display order or sorting positionposition: Int# defines whether the post is visiblevisible: Boolean}