Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CommentsDiscussion (0.2 sec)

  1. .github/actions/notify-translations/app/main.py

    class CommentsEdge(BaseModel):
        node: Comment
        cursor: str
    
    
    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
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top