jcrygier / graphql-jpa

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

Adding GregorianCalendar support #12

Open ssturdivant opened 7 years ago

ssturdivant commented 7 years ago

Currently appears to support Date, but not GregorianCalendar.

Model attributes of java type GregorianCalendar throw UnsupportedOperationException (GraphQLSchemaBuilder, line 135).