Comment
A comment posted by a User.
Implements
Connections
CommentConnection!
)
Lookup comments that were posted on the comment itself.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
order |
CommentsOrder
|
Define order for the Comments. The default value is |
VoteConnection!
)
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
createdAfter |
DateTime
|
Select Votes which were created after the given date and time. |
createdBefore |
DateTime
|
Select Votes which were created before the given date and time. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Fields
String!
)
Body of the comment.
DateTime!
)
Identifies the date and time when comment was created.
ID!
)
ID of the comment.
Boolean!
)
Whether the Viewer has voted for the object or not.
Comment
)
Comment on which this comment was posted(null in case of top level comments).
ID
)
ID of Comment on which this comment was posted(null in case of top level comments).
String!
)
Public URL of the comment.
User!
)
User who posted the comment.
ID!
)
ID of User who posted the comment.
Int!
)
Number of votes that the object has currently.