Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for create_comment (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/notify_translations.py

                settings=settings,
                discussion_number=discussion_number,
                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,
    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