Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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