schema.graphql
fragments.graphql
(OBJECT)
Block 'Text'
type TextBlock 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! }