Hi All,
I am writing an API with Clean Architecture in .net core with CQRS and MediatR.
My question is "Is it a good practice of returning IQueryable from repository?"
As I want to use GraphQL to provide more flexibility to UI to query data.
Please help me to understand the better approach.
Best Regards,
RK