-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[GraphQL] Error when trying to resolve fields (DateField, DateTimeField) #15718
Comments
As a workaround two additional GraphTypes could be added and registered. But it would be better to find what has changed since the Newtonsoft era ;) and DateField, DateTimeField is working again: //cc: @sebastienros |
The copyable version:
|
This happens because the Line 34 in c80c5e1
I think this can use static typing by casting the fields to the underlying type:
|
@gvkries I've just checked your suggestion and it works |
With latest version from main, I can't get value from DateField nor DateTimeField via GraphiQL editor.
repro steps:
The text was updated successfully, but these errors were encountered: