query: {
    capitalDeallocationLimit: [{
        data: Variable<"CapitalDeallocationLimitInput!", "data">;
    }, {
        is_allowed_by_status: boolean;
        max_amount: boolean;
        outstanding_debt: boolean;
        program_invest_pool: boolean;
        unspent: boolean;
    }];
} = ...

Type declaration

  • capitalDeallocationLimit: [{
        data: Variable<"CapitalDeallocationLimitInput!", "data">;
    }, {
        is_allowed_by_status: boolean;
        max_amount: boolean;
        outstanding_debt: boolean;
        program_invest_pool: boolean;
        unspent: boolean;
    }]