graphql-schema-cli
v1.0.3
Published
export graph ql schema from remote endpoint
Readme
graphql-schema-cli
Utility functions to export a graphql schema from remote graphql server.
Installation
yarn install --dev graphql-schema-cliUsage
"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.
