Im following this tutorial: <https://www.howtograp...
# prisma-whats-new
b
Im following this tutorial: https://www.howtographql.com/graphcool/1-getting-started/. The tutorial talks about project.graphcool file, but I do not have this, I get a folder created containing files as per the quick start guide. Can someone please explain the difference?
n
Hi @bexhoward1! Sorry, this tutorial is slightly outdated as it still used the old CLI - you probbaly installed the new CLI of the “Graphcool Framework” (https://blog.graph.cool/introducing-the-graphcool-framework-d9edab2a7816). To get started with Graphcool today, the best way is to check the examples here: https://github.com/graphcool/framework/edit/master/examples/ Or one of the Quickstart tutorials: https://www.graph.cool/docs/quickstart/
b
Thank you, so the fact that im not getting the project file is correct.
n
yes, it’s because you’re using a newer version of the CLI where
project.graphcool
is not used any more. instead you configure everything through
graphcool.yml
and place your type definitions into
types.graphql
b
Yes that makes sense, now im no longer confused 🙂