question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proposal: `LocalDateTime` scalar

See original GitHub issue

We’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:open
  • Created 4 years ago
  • Reactions:15
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
setchycommented, Sep 7, 2021

☝️ 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

3reactions
bbakermancommented, Aug 24, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found