Page Update Input
The input fields to update a page.
Anchor to FieldsFields
- Anchor to bodybody•String
The text content of the page, complete with HTML markup.
- Anchor to handlehandle•String
A unique, human-friendly string for the page. If no handle is specified, a handle will be generated automatically from the page title. In themes, the Liquid templating language refers to a page by its handle.
- Anchor to isPublishedis•Boolean
Published Whether or not the page should be visible. Defaults to
true
if no publish date is specified.- Anchor to metafieldsmetafields•[Metafield
Input!] The input fields to create or update a metafield.
- Anchor to publishDatepublish•Date
Date Time The date and time (ISO 8601 format) when the page should become visible.
- Anchor to redirectNewHandleredirect•BooleanDefault:false
New Handle Whether a redirect is required after a new handle has been provided. If
true
, then the old handle is redirected to the new one automatically.- Anchor to templateSuffixtemplate•String
Suffix The suffix of the template that's used to render the page. If the value is an empty string or
null
, then the default page template is used.- Anchor to titletitle•String
The title of the page.