1.0.3 • Published 5 years ago

graphql-schema-cli v1.0.3

Weekly downloads
31
License
MIT
Repository
github
Last release
5 years ago

graphql-schema-cli

Utility functions to export a graphql schema from remote graphql server.

Installation

yarn  install --dev graphql-schema-cli

Usage

"scripts": {
    "export-schema": "npx ./node_modules/graphql-schema-cli/index.js --url=http://localhost:4000/graphql --path=./schema.graphql"
}

Contributing

Very basic utility but any pull request is welcomed.

License

MIT

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago