dgraphlite / GraphQLite

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

Query Server Timestamps #14

Open verneleem opened 3 years ago

verneleem commented 3 years ago

Syncing data will depend upon timestamps or some other means of sync last meta data.

maaft commented 3 years ago

Dgraph plans to integrate updatedAt and createdAt timestamps but they don't want to make them mutable through GraphQL API. Which is a deal-breaker when we want to do the syn through GQL. DQL would still be possible.