Interface GitHub::Comment
 
Represents a comment.
Fields
        body: String!
        
    
    
    
    The body as Markdown.
        bodyHTML: HTML!
        
    
    
    
    The body rendered to HTML.
        bodyText: String!
        
    
    
    
    The body rendered to text.
        createdAt: DateTime!
        
    
    
    
    Identifies the date and time when the object was created.
        createdViaEmail: Boolean!
        
    
    
    
    Check if this comment was created via an email reply.
        editor: Actor
        
    
    
    
    The actor who edited the comment.
        id: ID!
        
    
    
    
    
        includesCreatedEdit: Boolean!
        
    
    
    
    Check if this comment was edited and includes an edit with the creation data
        lastEditedAt: DateTime
        
    
    
    
    The moment the editor made the last edit
        publishedAt: DateTime
        
    
    
    
    Identifies when the comment was published at.
        updatedAt: DateTime!
        
    
    
    
    Identifies the date and time when the object was last updated.
        userContentEdits(after: String, before: String, first: Int, last: Int): UserContentEditConnection
        
    
    
    
    A list of edits to this content.
        viewerDidAuthor: Boolean!
        
    
    
    
    Did the viewer author this comment.