the-road-to-graphql / fullstack-apollo-express-postgresql-boilerplate

💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
https://roadtoreact.com
MIT License
1.2k stars 265 forks source link

GraphQLDocumentError: Unknown type "Date". Did you mean "DateTime"? #117

Open rwieruch opened 4 years ago

rwieruch commented 4 years ago

If using TS and graphql-code-generator, you may want to define the custom scalar as DateTime and not Date.