OnlineStoreArticle object
Represents an article in an OnlineStoreBlog object. Articles appear in reverse chronological order, with the most recent entry at the top of the blog’s page. A blog can contain any number of articles.
Required access
Any of read_content
, read_online_store_pages
access scopes.
On this page
Fields
- defaultCursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A default cursor for use in pagination. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - translations (
[[PublishedTranslation!]!](https://shopify.dev/docs/admin-api/graphql/reference/translations/publishedtranslation)
)
The translations associated with the resource.
Argument | Description |
---|---|
locale ( [String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01) ) REQUIRED |
Filters translations locale. |
Implements
[HasPublishedTranslations](https://shopify.dev/docs/admin-api/graphql/reference/translations/haspublishedtranslations)
[Navigable](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/navigable)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)