Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AddCommentResponse (0.37 seconds)

  1. scripts/notify_translations.py

        data: UpdateCommentData
    
    
    class AddDiscussionComment(BaseModel):
        comment: Comment
    
    
    class AddCommentData(BaseModel):
        addDiscussionComment: AddDiscussionComment
    
    
    class AddCommentResponse(BaseModel):
        data: AddCommentData
    
    
    class CommentsEdge(BaseModel):
        node: Comment
        cursor: str
    
    
    class Comments(BaseModel):
        edges: list[CommentsEdge]
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 12.6K bytes
    - Click Count (0)
Back to Top