Skip to main content
object

Requires read_content access scope or read_online_store_pages access scope.

A comment on an article.

Article

The article associated with the comment.

CommentAuthor!
non-null

The comment’s author.

String!
non-null

The content of the comment.

HTML!
non-null

The content of the comment, complete with HTML formatting.

DateTime!
non-null

The date and time when the comment was created.

EventConnection!
non-null

The paginated list of events associated with the host subject.

ID!
non-null

A globally-unique ID.

String

The IP address of the commenter.

Boolean!
non-null

Whether or not the comment is published.

DateTime

The date and time when the comment was published.

CommentStatus!
non-null

The status of the comment.

DateTime

The date and time when the comment was last updated.

String

The user agent of the commenter.


Was this section helpful?

query

Returns a Comment resource by ID.

query

List of the shop's comments.


Was this section helpful?

mutation

Approves a comment.

mutation

Marks a comment as not spam.

mutation

Marks a comment as spam.


Was this section helpful?


Was this section helpful?