graphql-combine
Version:
A better way to modularize your GraphQL schemas and resolver objects.
24 lines (23 loc) • 582 B
JSON
{
"name": "graphql-combine",
"version": "1.0.1",
"description": "A better way to modularize your GraphQL schemas and resolver objects.",
"main": "index.js",
"keywords": [
"graphql",
"schema",
"merge",
"combine",
"appolo",
"graphql-tools"
],
"author": "Kasper Neist <kasper@neist.com>",
"license": "MIT",
"bugs": "https://github.com/neist/graphql-combine/issues",
"repository": "neist/graphql-combine",
"homepage": "https://github.com/neist/graphql-combine/",
"dependencies": {
"glob": "^7.1.3",
"lodash.merge": "^4.6.1"
}
}