Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddCommentData (0.37 sec)

  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):
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top