PageInput
A CMS page.
input PageInput {
admin_notes: String
cmsLayoutId: ID
content: String
hidden_from_search: Boolean
metaDescription: String
name: String
skip_clickwrap_agreement: Boolean
slug: String
}
Fields
PageInput.admin_notes
● String
scalar
Notes on this page that will be visible to site admins
PageInput.cmsLayoutId
● ID
scalar
If present, the ID of the layout to use for rendering this page. If not, this page will use the default layout for its CMS parent.
PageInput.content
● String
scalar
The content of this page, in Liquid format
PageInput.hidden_from_search
● Boolean
scalar
If true, this page will not be indexed for full-text search.
PageInput.metaDescription
● String
scalar
If present, this value will be used in the <meta property="og:description">
and
<meta name="description">
tags in the <head>
of this page, which are used as the
preview text for links to this page on web sites such as Facebook, Twitter, etc.
If absent, the description text will be automatically generated from the page content.
PageInput.name
● String
scalar
The title of this page
PageInput.skip_clickwrap_agreement
● Boolean
scalar
If true, this page will not require the user to agree to the site's clickwrap agreement (if applicable) in order to view it. This should be used on any pages referenced in the clickwrap agreement, such as site policies.
PageInput.slug
● String
scalar
The URL portion after /pages/
at which this page can be viewed
Member Of
CreatePageInput
input ● UpdatePageInput
input