Skip to content

A command line utility for converting a JSON GraphQL schema to GraphQL SDL

License

Notifications You must be signed in to change notification settings

kinwahlai/graphql-json-to-sdl

 
 

Repository files navigation

graphql-json-to-sdl

A command line utility for converting a JSON GraphQL schema to GraphQL SDL.

oclif Version CircleCI Codecov Downloads/week License

Usage

$ graphql-json-to-sdl SRC OUT

Arguments:

  • SRC: The JSON GraphQL schema to convert
  • OUT: The output file

Options:

  • -h, --help: show CLI help
  • -v, --version: show CLI version

Example:

$ graphql-json-to-sdl ./schema.json ./schema.graphql

About

A command line utility for converting a JSON GraphQL schema to GraphQL SDL

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 5.8%
  • Batchfile 0.4%