Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for get_graphql_translation_discussion_comments_edges (0.18 seconds)

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

  1. scripts/notify_translations.py

        )
        graphql_response = AllDiscussionsResponse.model_validate(data)
        return graphql_response.data.repository.discussions.nodes
    
    
    def get_graphql_translation_discussion_comments_edges(
        *, settings: Settings, discussion_number: int, after: str | None = None
    ) -> list[CommentsEdge]:
        data = get_graphql_response(
            settings=settings,
    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