query: {
    getCapitalIssueLogs: [{
        data: Variable<"GetCapitalIssueLogsInput!", "data">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            _id: boolean;
            coopname: boolean;
            created_at: boolean;
            entity_id: boolean;
            entity_type: boolean;
            event_type: boolean;
            initiator: boolean;
            message: boolean;
            metadata: boolean;
            project_hash: boolean;
            reference_id: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

Получение логов по задаче с пагинацией

Type declaration

  • getCapitalIssueLogs: [{
        data: Variable<"GetCapitalIssueLogsInput!", "data">;
        options: Variable<"PaginationInput", "options">;
    }, {
        currentPage: boolean;
        items: {
            _id: boolean;
            coopname: boolean;
            created_at: boolean;
            entity_id: boolean;
            entity_type: boolean;
            event_type: boolean;
            initiator: boolean;
            message: boolean;
            metadata: boolean;
            project_hash: boolean;
            reference_id: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]