OBJECT
CMS page defines all CMS page information
type CmsPage {# Id of CMS pagepage_id: ID # CMS page titletitle: String # URL key of CMS pageidentifier: String # CMS page contentcontent: String # CMS page content headingcontent_heading: String # CMS page meta descriptionmeta_description: String # CMS page meta keywordsmeta_keywords: String # Store Id of CMS pagestore_id: Int # CMS page meta keywordsurl_path: String }