mutation: {
    capitalLogMetricContribution: [{
        data: Variable<"LogMetricContributionInput!", "data">;
    }, {
        _created_at: boolean;
        _id: boolean;
        _updated_at: boolean;
        block_num: boolean;
        contribution_hash: boolean;
        delta: boolean;
        issue_hash: boolean;
        metric_hash: boolean;
        occurred_at: boolean;
        present: boolean;
        source: boolean;
        username: boolean;
    }];
} = ...

Type declaration

  • capitalLogMetricContribution: [{
        data: Variable<"LogMetricContributionInput!", "data">;
    }, {
        _created_at: boolean;
        _id: boolean;
        _updated_at: boolean;
        block_num: boolean;
        contribution_hash: boolean;
        delta: boolean;
        issue_hash: boolean;
        metric_hash: boolean;
        occurred_at: boolean;
        present: boolean;
        source: boolean;
        username: boolean;
    }]