merge-graphql-schemas
Version:
A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.
31 lines (30 loc) • 802 B
JSON
{
"name": "merge-graphql-schemas",
"version": "1.7.8",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",
"peerDependencies": {
"graphql": "^0.11.7 || ^0.13.0 || ^14.0.2 || ^15.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Urigo/merge-graphql-schemas.git"
},
"homepage": "https://github.com/Urigo/merge-graphql-schemas",
"keywords": [
"graphql",
"schema"
],
"author": "The Guild",
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"dependencies": {
"@graphql-toolkit/file-loading": "0.10.4",
"@graphql-toolkit/schema-merging": "0.10.4",
"tslib": "1.11.1"
}
}