✅ How to get arguments from one method and pass them to another extension?
I have following:
What I want:
What I want:
- if user don't use
WithChunksextension than I just need to run all logic insideQueryQl - if user use
WithChunksthan I need to run logic insideWithChunks
WithChunks is smth generic so I don't need to pass filter, fieldSet, I want to get it from task but how can I do it?