NewsPostInput

(INPUT_OBJECT)

input params for post data of block 'News'

link GraphQL Schema definition

  • input NewsPostInput {
  • # main title of the news post
  • title: String
  • # short description or summary
  • short: String
  • # full text or detailed content
  • long: String
  • # display order or sorting position
  • position: Int
  • # defines whether the post is visible
  • visible: Boolean
  • }