ContentBlock

(OBJECT)

link GraphQL Schema definition

  • type ContentBlock implements IContentBlock {
  • # internal block ID
  • id: ID!
  • # internal page ID
  • webpage_id: ID!
  • # text indicator of blocks
  • type: String
  • visible: Boolean
  • # position of block in box area
  • position: Int!
  • # area of web page with block content
  • box: String!
  • }