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.)
error like this ``` { FetchError: invalid json response body at http://localhost:18000/graphiql reason: Unexpected end of JSON input at /Users/johniexu/.nvm/versions/node/v10.13.0/lib/node_modules/get-graphql-schema/node_modules/node-fetch/lib/index.js:241:32 at process._tickCallback (internal/process/next_tick.js:68:7) message: 'invalid json response body at http://localhost:18000/graphiql...
Currently, the default introspection query ignores any deprecated arguments for query and mutation inputs. Because they are excluded in the introspection query, the server won't even return them as potential...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.7.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
When I use `get-graphql-schema ENDPOINT_URL > schema.graphql` my .graphql is generated as **UTF-16 LE**. So when I try run `yarn run relay` at my react application I got the following...
## Description Relay compiler throws `Syntax Error: Unexpected "$".` when compiling in Github Actions. This issue only does not occur in a local environment or if I commit the `schema.graphql`...
Needs to have an option to enable this for local dev purposes ``` process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0' ``` ``` { FetchError: request to https://localhost:3045/dev/graphql failed, reason: unable to verify the first...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.1.0 to 4.5.1. Release notes Sourced from normalize-url's releases. v4.5.0 Strip default MIME type and charset in data URLs (#100) 308909b https://github.com/sindresorhus/normalize-url/compare/v4.4.1...v4.5.0 v4.4.1 Fix data URL should...