schema is not exportable and importable
I created a schema in graphqldesigner . Then created code. later I wanted to add a new table and a column in old table. Since the schema is lost if i access the http://localhost:4100/ again (with no option to export and import scehma) , I have to change things manually which I was trying to avoid. Any suggetsion
While I'm sure it'd be nigh impossible to make the tool import what it exports, surely it wouldn't be too hard to serialize the current state of the app into JSON, and let users import/export that state?
To me personally, as incredible as this project already is, import/export isn't just a "nice to have" feature: it's the difference between a tool I can actually use, and a toy that's fun to look at for a few minutes and go "that's neat", but never actually make anything with.