The text of the article's body, complete with HTML markup.
comments•
CommentConnection!
non-null
List of the article's comments.
commentsCount•
Count
Count of comments.
createdAt•
DateTime!
non-null
The date and time (ISO 8601 format) when the article was created.
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 article that's automatically generated from the article's title.
The handle is used in the article's URL.
id•
ID!
non-null
A globally-unique ID.
image•
Image
The image associated with the article.
isPublished•
Boolean!
non-null
Whether or not the article 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.
metafieldsByIdentifiers•
[Metafield]!
non-null
The metafields associated with the resource matching the supplied list of namespaces and keys.
publishedAt•
DateTime
The date and time (ISO 8601 format) when the article became or will become visible.
Returns null when the article isn't visible.
summary•
HTML
A summary of the article, which can include HTML markup.
The summary is used by the online store theme to display the article on other pages, such as the home page or the main blog page.
tags•
[String!]!
non-null
A comma-separated list of tags.
Tags are additional short descriptors formatted as a string of comma-separated values.
templateSuffix•
String
The name of the template an article is using if it's using an alternate template.
If an article is using the default article.liquid template, then the value returned is null.
title•
String!
non-null
The title of the article.
translations•
[Translation!]!
non-null
The published translations associated with the resource.
updatedAt•
DateTime
The date and time (ISO 8601 format) when the article was last updated.