Fetch a specific Article by its ID.


Anchor to id
id
required

The ID of the Article.


Was this section helpful?

Anchor to Article
Article
Access requirements

An article in an online store blog.


Was this section helpful?
Hide code
Query reference
Copy
{
  article(id) {
    # Article fields
  }
}