-
Notifications
You must be signed in to change notification settings - Fork 62
Proposal: LocalDateTime
scalar
#7
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
Comments
@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 |
Any update? |
Can we support |
@sseep @Jam3si https://github.com/donbeave/graphql-java-datetime has a rich set of date and time related Scalars that you can leverage It's what my projects have been using |
☝️ 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 |
Same here ... ! |
I think this could be very nice to add too |
https://github.com/tailrocks/graphql-java-datetime now supports
|
Agree, given it's commonly use, this would be a great addition. I can add this support to this repo, could moderators pls add me as a contributor/ grant access to publish a branch here. |
@bhaskar-anil, you will need to
|
Hey guys, I have raised a PR yesterday, please review and merge if this looks okay to you guys! Thanks. @setchy |
Can anyone please review this PR. |
Hello, adding my comment here from another PR #26 (comment) We'd prefer not to add Thanks to everyone who contributed to this thread. |
We're using a
LocalDateTime
scalar provided in this project: https://github.com/donbeave/graphql-java-datetimeIt would be great if
LocalDateTime
were provided here.The text was updated successfully, but these errors were encountered: