-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ra-data-graphql-simple ReferenceManyField target Filter #4713
Comments
Thanks for reporting |
Experiencing the same issue - any resolution here? |
you recently made a bug fix #5457 |
Not sure the two are related - this issue is about the graphql data provider, not the core filter system. |
definitely the wrong filter is sending ra-data-graph-simple, but as I mentioned earlier, it seems to me that the components:
and
must send the identical request to the provider:
for but it doesn't. This allows us to conclude that parameters |
It looks like it works on the graphql demo. The category edit page has a |
Hi! |
I see. Then please provide a way for us to reproduce the issue. |
No news for some time, closing. |
What you were expecting:
After making changes to the target parameter, I was finally able to remove another crutch. Thanks so much for this.
But there is one more problem.
Here is the request sent in List:
==>
pay attention to the filter:
This is exactly what i expect to see. This is working correctly.
What happened instead:
However, if I want to get the same data with:
such a request is sent:
filter: {gasRegion.id: "ck7omjmc40000pcurc9zc8usn"}
This is a mistake.
I expected that in both cases the same filter will be generated.
Environment
The text was updated successfully, but these errors were encountered: