CMS Page — Create
Equivalent to POST /api/admin/cms/pages.
Operation
| Operation | Type |
|---|---|
createAdminCmsPage | Mutation |
Input
| Field | Type | Required | Notes |
|---|---|---|---|
url_key | String! | yes | Unique slug. |
page_title | String! | yes | |
html_content | String! | yes | |
channels | [Int!]! | yes | |
meta_title, meta_keywords, meta_description | String | no |
Create vs Update payload shape
Create takes flat top-level fields (broadcast to all locales). Update requires a locale-nested payload.

