-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
Variables parsing: Issue with nested DateTime Fields in variables #1037
Milestone
Comments
@michaelstaib I'm not sure if this is related to the filters directly |
Ah, you could be right ... since they are represented as string literal ... |
I'm not sure if this solves the problem 👀 |
@PascalSenn This one should be working now.... I think I will merge the fix into your branch since yours has the tests. |
This one now fixed on V11. |
I have ported the fix to V10 #1170 |
I am closing this issue now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We've noticed issues when passing filter values as complex variables in GraphQL Queries.
To Reproduce
A demo Api is available on the following Repository : https://github.com/gmiserez/HotChocolate_Demo
Here are our queries:
with the following variables:
Expected behavior
Both queries should return the same result (a list of concerts).
Obtained behavior
The second query returns an Unexpected Execution Error:
Versions:
The text was updated successfully, but these errors were encountered: