createdAt:
DateTime! -
The date and time (ISO 8601 format) when the article was created.
defaultCursor:
String! -
A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID.
handle:
String! -
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.
image:
Image -
The image associated with the article.
isPublished:
Boolean! -
Whether or not the article is visible.
metafield:
Metafield -
A [custom field](https://shopify.dev/docs/apps/build/custom-data),
including its `namespace` and `key`, that's associated with a Shopify resource
for the purposes of adding and storing additional information.
metafieldsByIdentifiers:
Metafield! -
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! -
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`.