UNPKG

@graphql-yoga/urql-exchange

Version:
52 lines 1.25 kB
{ "name": "@graphql-yoga/urql-exchange", "version": "1.6.0-alpha-20230220085449-2dbaeff8", "description": "", "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", "@urql/core": "^3.0.0", "wonka": "^6.0.0" }, "dependencies": { "@graphql-tools/executor-http": "^0.1.4", "@graphql-tools/executor-urql-exchange": "^0.0.8", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/urql-exchange" }, "keywords": [ "graphql", "server", "graphql-yoga", "apollo" ], "author": "Arda TANRIKULU <ardatanrikulu@gmail.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.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" } }