UNPKG

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

Version:

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

4 lines (3 loc) 214 B
import { createApplyLiveQueryPatch } from "@n1ru4l/graphql-live-query-patch"; import { applyJSONPatch } from "./applyJSONPatch.js"; export const applyLiveQueryJSONPatch = createApplyLiveQueryPatch(applyJSONPatch);