OBJECT

CmsBlocks

CMS blocks information

link GraphQL Schema definition

  • type CmsBlocks implements ESResponseInterface {
  • # An array of CMS blocks
  • items: [CmsBlock]
  • # Document returned by this search query hits
  • hits: JSON
  • # Search suggest feature
  • suggest: JSON
  • # Aggregations returned when filter have been applied
  • aggregations: JSON
  • }