Filtering on inline resolver #4839
Unanswered
aaron-manning
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please see the following image of an entity class with an inline resolver.
When doing the above, HotChocolate correctly exposes the 'FullName' field for use in GQL queries, which is great.
What I cannot find is how to expose the field for use in filters (eg where: {FullName: {eq: {"hello world"}}})
I had hoped the framework would be able to do it automatically. Is there some additional configuration required to enable this feature?
Notes:
Latest version of HotChocolate
.net 6
query has the following annotations:
[UseProjection]
[UseFiltering]
[UseSorting]
Thanks
Beta Was this translation helpful? Give feedback.
All reactions