Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for discussion_id (0.29 sec)

  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)
    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