UNPKG

682 BJSONView Raw
1{
2 "name": "@graphql-tools/batch-execute/es5",
3 "version": "7.0.1-alpha-873fc747.0",
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/utils": "7.2.4-alpha-873fc747.0",
11 "dataloader": "2.0.0",
12 "is-promise": "4.0.0",
13 "tslib": "~2.0.1"
14 },
15 "repository": {
16 "type": "git",
17 "url": "ardatan/graphql-tools",
18 "directory": "packages/batch-execute"
19 },
20 "license": "MIT",
21 "main": "index.cjs.js",
22 "module": "index.esm.js",
23 "typings": "index.d.ts",
24 "typescript": {
25 "definition": "index.d.ts"
26 }
27}