get-graphql-schema
get-graphql-schema copied to clipboard
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.3 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...
Bumps [npm-user-validate](https://github.com/npm/npm-user-validate) from 1.0.0 to 1.0.1. Commits 5c5471c 1.0.1 c8a87da fix: update email validation cd75393 Publish only the minimum of files See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)...
Bumps [bin-links](https://github.com/npm/bin-links) from 1.1.2 to 1.1.8. Changelog Sourced from bin-links's changelog. 1.1.8 (2020-03-24) 1.1.7 (2019-12-26) Bug Fixes resolve folder that is passed in (0bbd303) 1.1.6 (2019-12-11) Bug Fixes prevent improper...
I created a schema using your tool to feed into graphdoc. However, the schema created contained a "\uFFFD" as the first character - which created issues with graphdoc. is this...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
I'm getting this error when running the following command: `get-graphql-schema -h Authorization=$AUTH_TOKEN https://my.graphql.endpoint.com > schema.graphql` Here is the full error output: ``` Error: [ { "message": "Syntax Error GraphQL request...
Tested on master (which has support for the `--method` CLI param) : ``` % node ./dist/bin.js --method=GET Request with GET/HEAD method cannot have body ```
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...
I ran to a small issue when running this library. I am running the library directly from node_modules like so `./node_modules/.bin/get-graphql-schema [local_grapql_endpoint] > schema.graphql`. However I get: ``` Error: []...