dgraphlite / GraphQLite

A limited feature Dgraph like GraphQL API and database
Apache License 2.0
1 stars 0 forks source link

Offline Mutations #2

Open verneleem opened 3 years ago

verneleem commented 3 years ago

If user looses internet connection, all mutations are preserved and synced to dgraph ASAP

maaft commented 3 years ago

What about this: The client talks always to GQLite and GQLite syncs automatically with dgraph alpha when an internet connection is available.

By doing this, the client will never notice when the internet is down and everything will be preserved automatically.