UNPKG

@n1ru4l/graphql-live-query-patch-jsondiffpatch

Version:

[![npm version](https://img.shields.io/npm/v/@n1ru4l/graphql-live-query-patch-jsondiffpatch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-jsondiffpatch) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/graphql-live-query-patc

7 lines (6 loc) 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applyLiveQueryJSONDiffPatch = void 0; const graphql_live_query_patch_1 = require("@n1ru4l/graphql-live-query-patch"); const applyJSONDiffPatch_js_1 = require("./applyJSONDiffPatch.js"); exports.applyLiveQueryJSONDiffPatch = (0, graphql_live_query_patch_1.createApplyLiveQueryPatch)(applyJSONDiffPatch_js_1.applyJSONDiffPatch);