Open machineghost opened 5 years ago
P.S. A stretch goal would be:
This is a must have feature.
@machineghost I am not familiar with Redux etc. Can you share your code to import and export state so I could at least modify local project and use this feature?
Thanks.
There is no code ... yet. I was just saying that hypothetically a basic implementation, like the one I described, seems very doable.
As per #220, this tool would be A LOT more valuable with a way ... any way ... to persist effort. A quick check of the code found that the entire client state is kept in a Redux store:
https://github.com/GraphQL-Designer/graphqldesigner.com/blob/master/client/store.js
If someone were to create a PR that:
Obviously 1 and 2 should be pretty trivial, while 3 will require the most effort.
But before anyone does all that ... would you accept a PR that does the above?