Custom Filter Operation #3779
Unanswered
MarkitoAgnito
asked this question in
Q&A
Replies: 1 comment 3 replies
-
it seems like you are using HotChocolate.Types.Filtering |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to add an additional custom filter operation which i would use to manipulate the filter text before execution of the query.
So where we have out of the box something like:
I want to be able to expose the following:
Im my service I have:
my custom operation id:
Filter convention plus handler:
Im not sure im doing this right as all i see now instead of my properties is 'scope_ - now i dont see my properties nor the additional '_nysiss' one im trying to add.
Any direction welcome!
Beta Was this translation helpful? Give feedback.
All reactions