UNPKG

624 BJSONView Raw
1{
2 "name": "@graphql-tools/batch-delegate",
3 "version": "7.0.2",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/delegate": "^7.0.10",
11 "dataloader": "2.0.0",
12 "tslib": "~2.1.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "ardatan/graphql-tools",
17 "directory": "packages/batch-delegate"
18 },
19 "license": "MIT",
20 "main": "index.cjs.js",
21 "module": "index.esm.js",
22 "typings": "index.d.ts",
23 "typescript": {
24 "definition": "index.d.ts"
25 }
26}