n1ru4l/graphql-live-query

graphql-live-query-patch: Skip sending patches with empty operation array

Closed this issue · 1 comments

valueToPublish.patch = generatePatch(previousValue, currentValue);

In case there is no patch we don't need to send anything over the wire!

Closed via #658