Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gql2yml

GraphQL to YAML/JSON - convert your GraphQL schema to YAML/JSON.

# install gql2yaml
$ go install github.com/cristaloleg/gql2yml

# convert schema
$ gql2yml -schema=server.graphql -result=schema.yaml

# see the result
$ cat schema.yaml

# and also json
$ gql2yml -schema=server.graphql -result=schema.json -json

# or many files
$ gql2yml -schema=schema.graphql -schema=legacy.graphql

License

MIT License.

About

Convert your GraphQL schema to YAML and JSON

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages