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

6 lines (5 loc) 591 B
export declare const liveQueryJSONDiffPatchGenerator: (source: AsyncIterableIterator<import("../../graphql-live-query/src/LiveExecutionResult.js").LiveExecutionResult>) => import("@repeaterjs/repeater").Repeater<import("graphql").ExecutionResult<import("graphql/jsutils/ObjMap").ObjMap<unknown>, import("graphql/jsutils/ObjMap").ObjMap<unknown>> | import("@n1ru4l/graphql-live-query-patch").ExecutionLivePatchResult<unknown> | import("../../graphql-live-query-patch/src/ExecutionPatchResult.js").ExecutionPatchResult<{ [key: string]: any; }, { [key: string]: any; }>, any, unknown>;