graphql-java-datetime icon indicating copy to clipboard operation
graphql-java-datetime copied to clipboard

GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with graphql-java.

Results 18 graphql-java-datetime issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.tailrocks.spotless | `0.2.0` -> `0.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.tailrocks.spotless/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.tailrocks.java | `0.2.0` -> `0.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.tailrocks.java/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.tailrocks.idea | `0.2.1` -> `0.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.tailrocks.idea/0.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.commons:commons-text](https://commons.apache.org/proper/commons-text) ([source](https://gitbox.apache.org/repos/asf?p=commons-text.git)) | `1.10.0` -> `1.11.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | minor | `8.4` -> `8.5` | --- ### Release Notes...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `3df4ab1` -> `b4ffde6` | ---...

This happened with scalar Date. When I given a date type like "2023-09-10" it crashes. And gives an error. I'll attach the error below. But when I give a date...

I want to config the yml for that, but it can't go into effect. ``` graphql: servlet: mapping: /graphql datetime: scalars: date: scalar-name: MyDate format: yyyy-MM-dd HH:mm:ss ```