dgraphlite / GraphQLite

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

Pre-caching / Pre-syncing #4

Open verneleem opened 3 years ago

verneleem commented 3 years ago

a way to register queries that are likely to be needed soon and / or “subscription” queries - and a web worker will be sure to fill the offline-cache and inform the UI of updates (again zero UI blocking is high priority here)