Prints the GraphQL schema SDL from a GraphQL schema JSON introspection
npm install graphql-introspection-json-to-sdl
Prints the GraphQL schema SDL from a GraphQL schema JSON introspection.
``sh`
npm install -g graphql-introspection-json-to-sdl
`bash
Usage: graphql-introspection-json-to-sdl schema.json > schema.graphql
Prints the GraphQL schema SDL from a GraphQL schema JSON introspection.
Options:
--version, -v Print version of graphql-introspection-json-to-sdl
``