schema.graphql
fragments.graphql
(OBJECT)
Block 'News'
type NewsBlock implements IContentBlock {# internal block IDid: ID! # internal page IDwebpage_id: ID! # text indicator of blockstype: String visible: Boolean # position of block in box areaposition: Int! # area of web page with block contentbox: String! posts: [NewsPost!]! }