Is it possible to use GroupBy with AutoQuery?

Is it possible to use GroupBy with AutoQuery without doing a custom implementation?

Not without a custom impl, you can query aggregates with an Include but no support for Group By in AutoQuery Request DTOs.

ok…thanks for the prompt reply. Any plans to add it in a future release?

It’s never been requested before so there’s currently no plans to add it, if you can submit a feature request with an example syntax showing how you’d like it to work we can consider it in future.

Thanks…will add the feature request.