Filtering with schema first approach #3773
Unanswered
joao-figueira
asked this question in
Q&A
Replies: 1 comment
-
Support is coming with v12 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any workaround to use filtering with schema first approach? I saw on the documentation that it's not currently supported, but is there any "ugly" way to do it?
In my case, I have no other option than define the schema using SDL (schema-first) but I really want to use the filtering feature.
I tried to manually include the filters in the schema and add the ".AddFiltering()" to the GraphQL server, but it doesn't filter anything. Any ideas? :)
Thanks guys
Beta Was this translation helpful? Give feedback.
All reactions