-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unsupported CLR with nullable DataTime #86
Comments
in the readme file, the developer cleary said that DateTime type is not yet supported. |
Any news on the fix for DateTime please? I really like this library, so much easier to learn and use than the other one. |
I got rid of the "Unsupported CLR type ``DateTime''" message by adding this scalar to the scheme
|
Thank you very much Jimmy, I have tested by adding your code and I can finally use This is a great day!!!!!! |
Hi pals,
I have a class of "Person" in which there is a field named "BirthDate" (public DateTime? BirthDate) and it is nullable. When the GraphQL is going to execute the query, I receive the following error message:
Unsupported CLR type ``DateTime''
Could you please help me with the issue?
Yours Sincerely
The text was updated successfully, but these errors were encountered: