No scalar implementation for date / datetime #306
timpamungkas
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Have you tried using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use date / datetime on the schema, using codegen gradle plugin.
The class is generated, and no compile error.
However, when I run the spring boot app, it failed with message:
This is my schema (src/main/resources/schema/employee.graphqls).
The build.gradle
Generated class
How to use date / datetime scalar?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions