join-mongo
Version:
Transform any GraphQL query into MongoDB field specifiers
24 lines (23 loc) • 459 B
JSON
{
"name": "join-mongo",
"version": "0.0.1",
"description": "Transform any GraphQL query into MongoDB field specifiers",
"main": "src/lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"join",
"mongo",
"graphql",
"ast",
"mongodb",
"field",
"specifier"
],
"author": "Matteo De Micheli",
"license": "MIT",
"dependencies": {
"graphql-list-fields": "^2.0.0"
}
}