IContentBlock

(INTERFACE)

link GraphQL Schema definition

  • interface IContentBlock {
  • # internal block ID
  • id: ID!
  • # ID of the page containing the given block
  • webpage_id: ID!
  • # internal block type identifier
  • type: String
  • # hidden or visible on the page
  • visible: Boolean
  • # position of block in box area
  • position: Int!
  • # block placement in page layout
  • box: String!
  • }