@croudtech/schema-factory
v0.0.2-1
Published
A converter from swaggerhub docs to GraphQL schema
Downloads
2
Readme
Schema Factory
Croud's very own swagger docs to GraphQL Schema converter
Installation
You can install this package globally with NPM
npm install -g @croudtech/schema-factory
Usage
Download the Schema json from SwaggerHub
Run the following command pointing it at the downloaded schema.json
schema-factory-generate /absolute/path/to/schema.json
You will now have the GraphQL schema copied to your clipboard.