I'm just wondering if the design I will be trying to implement is valid CQRS.
I'm going to have a query handler that itself will send more queries to other sub-handlers. Its main task is going to aggregate results from multiple services. Is this ok to send queries from within handlers? I can already think of 3 level deep hierachies of these in my application.