Anchor to CommentEventSubjectComment
CommentEventSubject
interface
The subject line of a comment event.
Anchor to FieldsFields
- Anchor to hasTimelineCommenthas•
Timeline Comment Boolean!non-null Whether the timeline subject has a timeline comment. If true, then a timeline comment exists.
- •ID!non-null
A globally-unique ID.
Was this section helpful?
Anchor to Types implemented inTypes implemented in
- •OBJECT
- •OBJECT
- •OBJECT
- •OBJECT
Was this section helpful?
{
"hasTimelineComment": "",
"id": ""
}
{
"hasTimelineComment": "",
"id": ""
}
interface CommentEventSubject {
hasTimelineComment: Boolean!
id: ID!
}