Couldn't find graphcool.yml file
marktani opened this issue · 2 comments
marktani commented
graphql create test # choose node-basic
results in this error
Running $ graphcool deploy...
▸ Couldn't find `graphcool.yml` file. Are you in the right directory?
gc version
graphcool/1.0.0-alpha3.3.5 (darwin-x64) node-v8.3.0
graphql -v
2.10.0
kbrandwijk commented
Did this occur after moving graphcool.yml to the database folder? How does the graphcool cli deal with that file being in a subfolder? Does graphcool need to run from the database folder?
marktani commented
Yes! Turns out picking up the path to graphcool.yml
from .graphqlconfig.yml
is supported since 1.0.0-alpha3.3.7
, so I'm going to update that dependency 🙂