NewsPost

(OBJECT)

record of post in block 'News'

link GraphQL Schema definition

  • type NewsPost {
  • # internal post ID
  • id: ID!
  • # main title of post
  • title: String!
  • # date of first addition of news to the list
  • created: DateTime
  • # short description of the post for annotations
  • short: String
  • # full text of the post
  • long: String
  • visible: Boolean
  • position: Int
  • }