Proposal: `LocalDateTime` scalar
See original GitHub issueWe’re using a LocalDateTime
scalar provided in this project: https://github.com/donbeave/graphql-java-datetime
It would be great if LocalDateTime
were provided here.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:15
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Custom graphQL scalar LocalDateTime - spring boot
I am using graphql-spring-boot-starter to create GraphQL API. AFAIK there is not exist default LocalDateTime ...
Read more >LocalDate – GraphQL Scalars
LocalDate. A local date string (i.e., with no associated timezone) in YYYY-MM-DD format, e.g. 2020-01-01 . The value is serialized and ...
Read more >Spring Boot GraphQL Tutorial #17 - Date Type - YouTube
Here we implement the DateTime and Date custom scalar types implemented by graphql java extended scalars. The graphql specification does not ...
Read more >Reference — TypeScript / JS | EdgeDB Docs
Type conversion ; cal::local_time. LocalTime() ; cal::local_datetime. LocalDateTime() ; duration. Duration() ; cal::relative_duration. RelativeDuration() ; cal:: ...
Read more >Hibernate ORM 5.6.14.Final User Guide - Red Hat on GitHub
Named SQL queries selecting scalar values; 17.10.2. Named SQL queries selecting ... Query plan cache query-level statistics ... LocalDateTime, java.time.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
☝️ me again - there is one key gotcha with graphql-java-datetime, which is its dependency on graphql-java-tools. This doesn’t make it a viable option for those using Netflix dgs-framework
having first-class support for
LocalDateTime
in graphql-java-extended-scalars would be super helpful@catherinejelder - First off apologies for not getting back to you. I have run out of time and this project went onto the back burner and has been neglected.
I agree that LocalDateTime is needed. @andimarek and others have been working on DataTime ideas in the graphql spec working group. So I was holding off in that regard a little.
But mostly the delay on this is from lack of time put towards this project