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) 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applyLiveQueryJSONDiffPatchGenerator = void 0; const graphql_live_query_patch_1 = require("@n1ru4l/graphql-live-query-patch"); const generateJSONDiffPatch_js_1 = require("./generateJSONDiffPatch.js"); exports.applyLiveQueryJSONDiffPatchGenerator = (0, graphql_live_query_patch_1.createApplyLiveQueryPatchGenerator)(generateJSONDiffPatch_js_1.generateJSONDiffPatch);