@magidoc/plugin-reverse-schema-mapper
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"jest-extended": "^2.0.0", | ||
"rollup": "^2.70.1", | ||
"rollup": "^2.70.2", | ||
"ts-jest": "^27.1.4", | ||
@@ -33,3 +33,3 @@ "typescript": "^4.6.3" | ||
}, | ||
"readme": "# Reverse schema mapper\nThis project can be used to take an existing GraphQL Schema and perform a reverse mapping of it. Allowing to find where types are referenced/used. \n\nIt also aims to generate a reverse mapping tree for a type, allowing to find how to query it." | ||
"readme": "> This plugin is still under development and is not ready for production yet.\n\n# Magidoc - Fetch GraphQL Schema\nA library to perform reverse mapping of a GraphQL Schema, allowing to find where types are used or referenced. \n\nIt also aims to build a reverse tree of the GraphQL Schema, allowing to find how to query a specific field. \n\n> This plugin can be used in any Javascript application, wether it is browser or NodeJS based.\n## Documentation\nComing soon..." | ||
} |
@@ -1,4 +0,10 @@ | ||
# Reverse schema mapper | ||
This project can be used to take an existing GraphQL Schema and perform a reverse mapping of it. Allowing to find where types are referenced/used. | ||
> This plugin is still under development and is not ready for production yet. | ||
It also aims to generate a reverse mapping tree for a type, allowing to find how to query it. | ||
# Magidoc - Fetch GraphQL Schema | ||
A library to perform reverse mapping of a GraphQL Schema, allowing to find where types are used or referenced. | ||
It also aims to build a reverse tree of the GraphQL Schema, allowing to find how to query a specific field. | ||
> This plugin can be used in any Javascript application, wether it is browser or NodeJS based. | ||
## Documentation | ||
Coming soon... |
72854
10