Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 585 Bytes

graphql-api-to-json-schema npm

CLI to extract the schema from a GraphQL API and convert it to JSON Schema format.

Usage

graphql-api-to-json-schema GRAPHQL_API_URL >> schema.json

Installation

npm install -g graphql-api-to-json-schema

Why???

I couldn't find a GraphQL schema to JSON schema converter for Python so I hacked a CLI together using oclif and graphql-to-json-schema.