Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for get_graphql_translation_discussion_comments (0.2 seconds)

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

  1. scripts/notify_translations.py

            after=after,
        )
        graphql_response = CommentsResponse.model_validate(data)
        return graphql_response.data.repository.discussion.comments.edges
    
    
    def get_graphql_translation_discussion_comments(
        *, settings: Settings, discussion_number: int
    ) -> list[Comment]:
        comment_nodes: list[Comment] = []
        discussion_edges = get_graphql_translation_discussion_comments_edges(
    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