Question: since DateTime is not an included Type i...
# prisma-whats-new
s
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
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
Thank you, sir!
Works 🙂
🎉 1