comment

Look up a Comment.

Arguments

id (ID!)

ID for the object.

Return fields

body (String!)

Body of the comment.

createdAt (DateTime!)

Identifies the date and time when comment was created.

id (ID!)

ID of the comment.

isVoted (Boolean!)

Whether the Viewer has voted for the object or not.

parent (Comment)

Comment on which this comment was posted(null in case of top level comments).

parentId (ID)

ID of Comment on which this comment was posted(null in case of top level comments).

url (String!)

Public URL of the comment.

user (User!)

User who posted the comment.

userId (ID!)

ID of User who posted the comment.

votesCount (Int!)

Number of votes that the object has currently.