Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for discussion_id (0.05 seconds)

  1. scripts/notify_translations.py

                after=last_edge.cursor,
            )
        return comment_nodes
    
    
    def create_comment(*, settings: Settings, discussion_id: str, body: str) -> Comment:
        data = get_graphql_response(
            settings=settings,
            query=add_comment_mutation,
            discussion_id=discussion_id,
            body=body,
        )
        response = AddCommentResponse.model_validate(data)
    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