UNPKG

@n1ru4l/graphql-live-query-patch

Version:

Shared logic for building live query patch implementations.

48 lines 1.13 kB
{ "name": "@n1ru4l/graphql-live-query-patch", "version": "0.8.0", "peerDependencies": { "graphql": "^15.4.0 || ^16.0.0" }, "dependencies": { "@repeaterjs/repeater": "^3.0.4" }, "repository": { "type": "git", "url": "https://github.com/n1ru4l/graphql-live-query", "directory": "packages/graphql-live-query-patch" }, "homepage": "https://github.com/n1ru4l/graphql-live-queries#readme", "keywords": [ "graphql", "query", "live", "real-time" ], "author": "n1ru4l <laurinquast@googlemail.com>", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.ts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }