UNPKG

@graphql-mesh/merger-stitching

Version:
51 lines 1.47 kB
{ "name": "@graphql-mesh/merger-stitching", "version": "0.105.10-alpha-20250901181334-2540cb7efc8b58b9b7812c6e31329186e128164c", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@graphql-mesh/store": "0.104.10-alpha-20250901181334-2540cb7efc8b58b9b7812c6e31329186e128164c", "@graphql-mesh/types": "0.104.10-alpha-20250901181334-2540cb7efc8b58b9b7812c6e31329186e128164c", "@graphql-mesh/utils": "0.104.10-alpha-20250901181334-2540cb7efc8b58b9b7812c6e31329186e128164c", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/stitch": "^9.2.17", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/legacy/mergers/stitching" }, "license": "MIT", "engines": { "node": ">=16.0.0" }, "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" } }