Hi: A couple quick checks for understanding: I've complete Vue.js Getting Started. Because I used
"npm install -g graphcool@next"
I CAN'T use the schema editor in the console Instead I MUST edit the types.graphql file and push them up to the server. (right?)
Two more questions:
1) Is there/will there be a visual tool for building the schema?
2) Can I create another project through the UI, build the exact data structure I want, and export that from the schema page using the "Export Schema" link? Or does that use a different way to define the schema?