-
I am trying to filter my authors (inner collection) list of objects with where clause using where arguments (any, some, all, none), but the filtering is not having any effect still returns all the records (HotChocolate version 11.3.8) .
A simulation for my query method
|
Beta Was this translation helpful? Give feedback.
Answered by
durajetz
Nov 27, 2021
Replies: 1 comment
-
I just added the [UseFiltering] annotation at list of authors property inside AuthorsWithCount object
and then changed the graphQL query to this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
durajetz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just added the [UseFiltering] annotation at list of authors property inside AuthorsWithCount object
and then changed the graphQL query to this: