schema.graphql
fragments.graphql
(INTERFACE)
interface IContentBlock {# internal block IDid: ID! # ID of the page containing the given blockwebpage_id: ID! # internal block type identifiertype: String # hidden or visible on the pagevisible: Boolean # position of block in box areaposition: Int! # block placement in page layoutbox: String! }