You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not very familiar with the codebase, but in query_filter.py line 69 (method get_schema_query_with_used_variables) you initialize a QueryFilterContext. However nothing ever sets the variables in that context. I hacked something that is working, but I'm sure it's not right. After line 79 I added:
That fixes my error, but like I said I doubt that's the right place. Also I haven't tested extensively to make sure it doesn't break other things. I'll have a look at your tests to understand what's different about my case. I tried naming the operation, but it didn't seem to make a difference. I'll post more info as I find it.
When I try to use the proxy with a request with variables, the variables aren't forwarded to the graphql server. Here is my code:
My request:
What the graphql server receives:
The text was updated successfully, but these errors were encountered: