Hello all,
I am working the below schema :
I want to fetch the Questions, but in case if the two questions have same QuestionLibraryId, I want either of the two returned.
So in the above scenario, I should only get one question in the output.
Any he...