UNPKG

@graphprotocol/client-auto-type-merging

Version:
50 lines 1.2 kB
{ "name": "@graphprotocol/client-auto-type-merging", "version": "1.0.4-alpha-20220816201945-e23c7f6", "description": "", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", "@graphql-mesh/types": "^0.78.0" }, "dependencies": { "@graphql-tools/delegate": "9.0.3", "@graphql-mesh/transform-type-merging": "0.4.19", "tslib": "2.4.0" }, "repository": { "type": "git", "url": "https://github.com/graphprotocol/graph-client.git", "directory": "packages/block-auto-type-merging" }, "keywords": [ "thegraph", "graphql", "client" ], "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.cts", "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" } }