New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amplify-graphql-docs-generator

Package Overview
Dependencies
Maintainers
4
Versions
477
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-graphql-docs-generator

amplify graphql docs generator plugin

  • 2.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15K
decreased by-10.9%
Maintainers
4
Weekly downloads
 
Created
Source

GraphQL Docs generator

GraphQL document generator takes a schema and generates all possible statements(queries, mutations and subscription) on that schema. This can act as a starting point for the users who are new to GraphQL

Installation and execution

$ npm install -g amplify-graphql-docs-generator
$ amplify-graphql-docs-generator --schema test-data/schema.json --output all-operations.graphql --language graphql

Todo:

  • Add support for subscriptions
  • Add type information
  • Add unit tests
  • Support generating operation by downloading schema from a GraphQL server
  • Support generation of separate files (queries.graphql, mutations.graphql and subscriptions.graphql)
  • Support de-duping of fragments (non inline fragments)

Keywords

FAQs

Package last updated on 14 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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