Hello, I tried to go back and find any reference t...
# prisma-whats-new
a
Hello, I tried to go back and find any reference to this, but couldn't I'm using graphcool 1.3.7 and
graphcool init
complains about requiring @model on a
User
model?
a
Yes,
@model
is now required on all types instead of
implements Node
a
Yes, but how do I use graphcool init? i'm not creating a schema
a
graphcool init
will create a schema file, and deploy it right away. You get the error because the deploy fails, but is the project.graphcool file created?
a
no, it doesn't 😞 I assume that if I'm in a fresh directory, it will create a new project.graphcool? I have one other project in a completely different location, but that shouldn't affect creating the project.graphcool file?
a
No I noticed, I will create an issue
a
ah, ok, thank you