Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@magidoc/plugin-reverse-schema-mapper

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/plugin-reverse-schema-mapper - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

6

package.json

@@ -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...
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc