Title
s

senorcodecat

12/26/2017, 1:07 PM
Question: since DateTime is not an included Type in the schema when you use Graphcool Console projects with the new Graphcool Framework, is there a type definition somewhere I could use to keep the eslint-plugin-graphql from freaking out about the createdAt and updatedAt fields?
n

nilan

12/28/2017, 4:02 PM
DateTime
should be included in the full GraphQL schema that you can download with the
graphql
CLI:
graphql get-schema
https://github.com/graphql-cli/graphql-cli
s

senorcodecat

12/29/2017, 12:13 AM
Thank you, sir!
Works 🙂
🎉 1