Home > @infiniteobjects/shopify-data-manager > AdminTypes > OnlineStoreArticle
An article in the blogging system. You can query articles from [the REST API](https://shopify.dev/api/admin-rest/latest/resources/article) if you need to access more information about an article. Currently, OnlineStoreArticle
is only useful to pass an article id
to the tagsAdd
mutation. For more information, refer to the [tagsAdd](https://shopify.dev/api/admin-graphql/latest/mutations/tagsadd) mutation.
Signature:
export interface OnlineStoreArticle extends HasPublishedTranslations, Navigable, Node
Extends: HasPublishedTranslations, Navigable, Node
Property | Modifiers | Type | Description |
---|---|---|---|
defaultCursor | Scalars[‘String’][‘output’] | A default cursor that returns the single next record, sorted ascending by ID. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
translations | Array<Translation> | The translations associated with the resource. |