Your project has just been upgraded and is ready for usage with the Graphcool CLI.
In order to use the new CLI, please install it first:
$ npm install -g graphcool
The central configuration of your upgraded Service lives in the graphcool.yml
.
There, all your permissions, functions and types are tied together.
You can find your schema in the types.graphql
.
To deploy changes of your service, just execute
$ graphcool deploy
You can read more about the CLI in the new docs
Or execute graphcool
to see the usage overview.
The graphcool.yml
format is described here: https://docs-next.graph.cool/reference/service-definition/graphcool.yml-foatho8aip
Happy hacking!