A tool to generate graphql schema from json.
go run main.go -hNAME: inspect - generate a graphql schema based on json USAGE: main [global options] command [command options] [arguments...] DESCRIPTION: inspect json and generate draft schema.graphql COMMANDS: inspect generate a graphql schema based on json help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --verbose, -v show logs --input value, -i value the json filename --output value, -o value the target filename to store generated schema --help, -h show help go run main.go -i example.json