jcrygier / graphql-jpa

JPA Implementation of GraphQL (builds on graphql-java)
MIT License
165 stars 46 forks source link

Handle LocalDateTime and LocalDate #15

Closed manuel-mauky closed 7 years ago

manuel-mauky commented 7 years ago

Hi, I've created scalars for java.time.LocalDate and java.time.LocalDateTime. The implementation adapted from the existing one for java.util.Date.