UNPKG

@graphprotocol/client-apollo

Version:
49 lines 1.11 kB
{ "name": "@graphprotocol/client-apollo", "version": "1.0.4-alpha-20220810054953-1e7e8f1", "description": "", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", "@apollo/client": "^3.5.0" }, "dependencies": { "@graphql-mesh/apollo-link": "5.0.0", "tslib": "2.4.0" }, "repository": { "type": "git", "url": "https://github.com/graphprotocol/graph-client.git", "directory": "packages/apollo" }, "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" } }