fetch-graphql-schema icon indicating copy to clipboard operation
fetch-graphql-schema copied to clipboard

fetch GraphQL schema via introspection query

Results 6 fetch-graphql-schema issues
Sort by recently updated
recently updated
newest added

As of graphql v0.13.0-rc1 interfaces are separated with & instead of "," https://github.com/graphql/graphql-js/commit/802e5186b56acee79ec4615c7f4161eb23abe5b3 As a result the SDL generated by fetch-graphql-schema does not work with latest graphql-tag library

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...

dependencies

for example this returns error: ```bash (node:2919) UnhandledPromiseRejectionWarning: ReferenceError: query is not defined at file:///Users/romanfrolow/personal_projects/fetch-graphql-schema-custom/index.mjs:22:13 at (node:2919) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an...