query: {
    capitalTimeEntriesByIssues: [{
        filter: Variable<"CapitalTimeEntriesFilter", "filter">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            available_hours: boolean;
            committed_hours: boolean;
            contributor_hash: boolean;
            contributor_name: boolean;
            coopname: boolean;
            issue_hash: boolean;
            issue_title: boolean;
            pending_hours: boolean;
            project_hash: boolean;
            project_name: boolean;
            total_hours: boolean;
            uncommitted_hours: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

Получение пагинированного списка агрегированных записей времени по задачам

Type declaration

  • capitalTimeEntriesByIssues: [{
        filter: Variable<"CapitalTimeEntriesFilter", "filter">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            available_hours: boolean;
            committed_hours: boolean;
            contributor_hash: boolean;
            contributor_name: boolean;
            coopname: boolean;
            issue_hash: boolean;
            issue_title: boolean;
            pending_hours: boolean;
            project_hash: boolean;
            project_name: boolean;
            total_hours: boolean;
            uncommitted_hours: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]