query: {
    capitalMetricSuperpositionHistory: [{
        data: Variable<"GetMetricSuperpositionHistoryInput!", "data">;
    }, {
        frames: {
            activity: boolean;
            at: boolean;
            balance: boolean;
            coherence: boolean;
            down_count: boolean;
            fact_sum: boolean;
            flat_count: boolean;
            growth: boolean;
            items: {
                amplitude: boolean;
                current_label: boolean;
                current_phase: boolean;
                drive: boolean;
                fact: boolean;
                metric_hash: boolean;
                phase_rad: boolean;
                project_hash: boolean;
                project_title: boolean;
                recent_velocity: boolean;
                series_mode: boolean;
                target_value: boolean;
                title: boolean;
                unit: boolean;
            };
            resultant_angle: boolean;
            resultant_im: boolean;
            resultant_magnitude: boolean;
            resultant_re: boolean;
            target_sum: boolean;
            up_count: boolean;
        };
        from: boolean;
        project_hash: boolean;
        to: boolean;
    }];
} = ...

Type declaration

  • capitalMetricSuperpositionHistory: [{
        data: Variable<"GetMetricSuperpositionHistoryInput!", "data">;
    }, {
        frames: {
            activity: boolean;
            at: boolean;
            balance: boolean;
            coherence: boolean;
            down_count: boolean;
            fact_sum: boolean;
            flat_count: boolean;
            growth: boolean;
            items: {
                amplitude: boolean;
                current_label: boolean;
                current_phase: boolean;
                drive: boolean;
                fact: boolean;
                metric_hash: boolean;
                phase_rad: boolean;
                project_hash: boolean;
                project_title: boolean;
                recent_velocity: boolean;
                series_mode: boolean;
                target_value: boolean;
                title: boolean;
                unit: boolean;
            };
            resultant_angle: boolean;
            resultant_im: boolean;
            resultant_magnitude: boolean;
            resultant_re: boolean;
            target_sum: boolean;
            up_count: boolean;
        };
        from: boolean;
        project_hash: boolean;
        to: boolean;
    }]