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
We've recently started using HotChocolate 9.1.0-preview.XX and its PRISMA Filters.
While the filters are mostly working great, we've noticed that we have an issue when the filters are passed as variables instead of directly in the Query.
Hi,
We've recently started using HotChocolate 9.1.0-preview.XX and its PRISMA Filters.
While the filters are mostly working great, we've noticed that we have an issue when the filters are passed as variables instead of directly in the Query.
In short, this works:
This doesn't work:
Query:
Variables:
Steps to reproduce
1- Clone demo repository from here
2- Run the Hotchocolate endpoint and test the two given queries against it
Expected behavior
Both queries should work
Obtained behavior
getCitiesStartingWithP2 returns his error:
Context
The text was updated successfully, but these errors were encountered: