1 post tagged with "datasync"

View All Tags

Rising above GraphQL Subscriptions with Graphback DataSync

Shibani Shankar Dash

Shibani Shankar Dash

Aerogear community contributor

GraphQL Subscriptions are a perfect fit for situations where users like to receive instant updates for some specific types of data. Subscriptions are very flexible and allow developers to connect directly to the stream of the changes generated on the server side. Subscriptions deliver delta updates to the client only when clients are subscribed. To receive partial updates after an application is restarted developers can use the concept of delta queries.