romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

Database state loss on restart #19

Closed DanielSharkov closed 5 years ago

DanielSharkov commented 5 years ago

When restarting the API all the database state gets erased. Meaning that registered users, created posts and reactions to the posts gets just erased when starting the API again.