Utility functions to export a graphql schema from remote graphql server.
yarn install --dev graphql-schema-cli"scripts": {
"export-schema": "npx ./node_modules/graphql-schema-cli/index.js --url=http://localhost:4000/graphql --path=./schema.graphql"
}Very basic utility but any pull request is welcomed.