Returns a Comment resource by ID.


Anchor to id
id
required

The ID of the Comment to return.


Was this section helpful?

Anchor to Comment
Comment
Access requirements

A comment on an article.


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