@croudtech/schema-factory
v0.0.2-1
Published
A converter from swaggerhub docs to GraphQL schema
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-factoryUsage
Download the Schema json from SwaggerHub
Run the following command pointing it at the downloaded schema.json
schema-factory-generate /absolute/path/to/schema.jsonYou will now have the GraphQL schema copied to your clipboard.
