graphqldesigner.com icon indicating copy to clipboard operation
graphqldesigner.com copied to clipboard

schema is not exportable and importable

Open manishagarwal23 opened this issue 6 years ago • 1 comments

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

manishagarwal23 avatar Sep 02 '19 06:09 manishagarwal23

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.

machineghost avatar Nov 08 '19 16:11 machineghost