Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.
The text content of the page, complete with HTML markup.
bodySummary•
String!
non-null
The first 150 characters of the page body. If the page body contains more than 150 characters, additional characters are truncated by ellipses.
createdAt•
DateTime!
non-null
The date and time (ISO 8601 format) of the page creation.
defaultCursor•
String!
non-null
A default cursor that returns the single next record, sorted ascending by ID.
events•
EventConnection!
non-null
The paginated list of events associated with the host subject.
handle•
String!
non-null
A unique, human-friendly string for the page.
In themes, the Liquid templating language refers to a page by its handle.
id•
ID!
non-null
A globally-unique ID.
isPublished•
Boolean!
non-null
Whether or not the page is visible.
metafield•
Metafield
A custom field,
including its namespace and key, that's associated with a Shopify resource
for the purposes of adding and storing additional information.
metafields•
MetafieldConnection!
non-null
A list of custom fields
that a merchant associates with a Shopify resource.
publishedAt•
DateTime
The date and time (ISO 8601 format) when the page became or will become visible.
Returns null when the page isn't visible.
templateSuffix•
String
The suffix of the template that's used to render the page.
title•
String!
non-null
Title of the page.
translations•
[Translation!]!
non-null
The published translations associated with the resource.
updatedAt•
DateTime!
non-null
The date and time (ISO 8601 format) of the latest page update.
metafieldDefinitions•
MetafieldDefinitionConnection!
non-nullDeprecated
List of metafield definitions. This field will be removed in a future version. Use the root metafieldDefinitions field instead.