Article
Requires access scope or
access scope.
An article in the blogging system.
Anchor to Fields and connectionsFields and connections
- Anchor to authorauthor•
The name of the author of the article.
- Anchor to blogblog•Blog!non-null
The blog containing the article.
- Anchor to bodybody•HTML!non-null
The text of the article's body, complete with HTML markup.
- Anchor to commentscomments•Comment
Connection! non-null List of the article's comments.
- Anchor to commentsCountcomments•
Count Count of comments.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time (ISO 8601 format) when the article was created.
- Anchor to defaultCursordefault•
Cursor String!non-null A default cursor that returns the single next record, sorted ascending by ID.
- Anchor to eventsevents•Event
Connection! non-null The paginated list of events associated with the host subject.
- Anchor to handlehandle•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!non-null
A globally-unique ID.
- Anchor to imageimage•
The image associated with the article.
- Anchor to isPublishedis•
Published Boolean!non-null Whether or not the article is visible.
- Anchor to metafieldmetafield•
A custom field, including its
namespace
andkey
, that's associated with a Shopify resource for the purposes of adding and storing additional information.- Anchor to metafieldsmetafields•Metafield
Connection! non-null A list of custom fields that a merchant associates with a Shopify resource.
- Anchor to publishedAtpublished•
At The date and time (ISO 8601 format) when the article became or will become visible. Returns null when the article isn't visible.
- Anchor to summarysummary•
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.
- Anchor to tagstags•[String!]!non-null
A comma-separated list of tags. Tags are additional short descriptors formatted as a string of comma-separated values.
- Anchor to templateSuffixtemplate•
Suffix 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 isnull
.- Anchor to titletitle•String!non-null
The title of the article.
- Anchor to translationstranslations•[Translation!]!non-null
The published translations associated with the resource.
- Anchor to updatedAtupdated•
At The date and time (ISO 8601 format) when the article was last updated.
- Anchor to metafieldDefinitionsmetafield•
Definitions List of metafield definitions. This field will be removed in a future version. Use the root
field instead.
Map
Fields and connections with this object
Possible type in
Anchor to QueriesQueries
- •query
Returns an Article resource by ID.
- •query
List of the shop's articles.
Anchor to MutationsMutations
- •mutation
Creates an article.
- •mutation
Updates an article.
Article Mutations
Mutated by
Anchor to InterfacesInterfaces
- •interface
- •interface
- •interface
- •interface