Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addDiscussionComment (0.07 seconds)

  1. scripts/notify_translations.py

        updateDiscussionComment: UpdateDiscussionComment
    
    
    class UpdateCommentResponse(BaseModel):
        data: UpdateCommentData
    
    
    class AddDiscussionComment(BaseModel):
        comment: Comment
    
    
    class AddCommentData(BaseModel):
        addDiscussionComment: AddDiscussionComment
    
    
    class AddCommentResponse(BaseModel):
        data: AddCommentData
    
    
    class CommentsEdge(BaseModel):
        node: Comment
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 12.7K bytes
    - Click Count (0)
Back to Top