OBJECT

CmsBlock

CMS block defines all CMS block information

link GraphQL Schema definition

  • type CmsBlock {
  • # CMS block identifier
  • identifier: String
  • # CMS block identifier
  • id: ID
  • # CMS block title
  • title: String
  • # CMS block content
  • content: String
  • # Timestamp indicating when the CMS block was created
  • creation_time: String
  • # Store Id of CMS block
  • store_id: Int
  • }