Skip to main content
Log inSign up
query

Returns a Comment resource by ID.

ID!required

The ID of the Comment to return.


Was this section helpful?

A comment on an article.

article

The article associated with the comment.

author
non-null

The comment’s author.

body
non-null

The content of the comment.

bodyHtml
non-null

The content of the comment, complete with HTML formatting.

createdAt
non-null

The date and time when the comment was created.

events
non-null

The paginated list of events associated with the host subject.

id
non-null

A globally-unique ID.

ip

The IP address of the commenter.

isPublished
non-null

Whether or not the comment is published.

publishedAt

The date and time when the comment was published.

status
non-null

The status of the comment.

updatedAt

The date and time when the comment was last updated.

userAgent

The user agent of the commenter.


Was this section helpful?