schema.graphql
fragments.graphql
(OBJECT)
type ContentBlock 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! }