schema.graphql
fragments.graphql
(OBJECT)
record of post in block 'News'
type NewsPost {# internal post IDid: ID! # main title of posttitle: String! # date of first addition of news to the listcreated: DateTime # short description of the post for annotationsshort: String # full text of the postlong: String visible: Boolean position: Int }