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

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)

Results 60 get-graphql-schema issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, really nice tool! Could you provide it with a license? I know that the code is really basic, but I'd like to use your code and want to credit...

It would be nice to have a way to select which root type(s) from queryType/mutationType/subscriptionType should the command focus when given an option. For example, something like: ```bash get-graphql-schema -t...

```js type Viewer { allFiles(filter: FileFilter, orderBy: FileOrderBy, skip: Int, after: String, before: String, first: Int, last: Int): FileConnection! .... ``` Relay Error : `Invariant Violation: RelaySchemaUtils: Expected type `FileConnection!`...

/root └── [email protected] npm WARN enoent ENOENT: no such file or directory, open '/root/package.json' npm WARN root No description npm WARN root No repository field. npm WARN root No README...

When running the script i'm getting this error npx gqlg --schemaFilePath apollo/directus/schema.graphql --destDirPath apollo/directus/queries-mutations_subscriptions --depthLimit 2 error: unknown option `--depthLimit' when I last used the extension 2 months prior things...

To ignore invalid and self-signed certificate checks one can pass the `--allowInsecure` (or `-k`) command line argument.

In our development and testing environments, we use self-signed HTTPS certificated, but get-graphql-schema enforces SSL certificate validation. My current workaround is to point to HTTP endpoint, but that's only possible...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies