- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for updateDiscussionComment (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
scripts/notify_translations.py
""" update_comment_mutation = """ mutation Q($comment_id: ID!, $body: String!) { updateDiscussionComment(input: {commentId: $comment_id, body: $body}) { comment { id url body } } } """ class Comment(BaseModel): id: str url: str body: str class UpdateDiscussionComment(BaseModel): comment: Comment class UpdateCommentData(BaseModel):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)