0.0.2-1 • Published 6 years ago

@croudtech/schema-factory v0.0.2-1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.