OBJECT

CmsPages

CMS pages information

link GraphQL Schema definition

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