Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CommentsRepository (0.05 seconds)

  1. scripts/notify_translations.py

    class Comments(BaseModel):
        edges: list[CommentsEdge]
    
    
    class CommentsDiscussion(BaseModel):
        comments: Comments
    
    
    class CommentsRepository(BaseModel):
        discussion: CommentsDiscussion
    
    
    class CommentsData(BaseModel):
        repository: CommentsRepository
    
    
    class CommentsResponse(BaseModel):
        data: CommentsData
    
    
    class AllDiscussionsLabelNode(BaseModel):
        id: str
    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