Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema is not exportable and importable #220

Open
manishagarwal23 opened this issue Sep 2, 2019 · 1 comment
Open

schema is not exportable and importable #220

manishagarwal23 opened this issue Sep 2, 2019 · 1 comment

Comments

@manishagarwal23
Copy link

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

@machineghost
Copy link

machineghost commented Nov 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants