graphql-inspector icon indicating copy to clipboard operation
graphql-inspector copied to clipboard

🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

Results 212 graphql-inspector issues
Sort by recently updated
recently updated
newest added

A user sets `@deprecated` and a date, so our bot/service could notify about upcoming removal.

🚀 enhancement

Right now it's possible to validate schema changes with Github actions by defining it in .github/graphql-inspector.yml and graphql-inspector automatically annotates the code (which is insanely cool). However, other commands, such...

🚀 enhancement

Scalar types are currently ignored when doing a diff check, should we handle them or not? I guess we should, because when they change it is of course a breaking...

Currently when inspector reads documents and we cannot read/parse the document the file loader will throw an error that the extension is not supported but it actually cannot parse the...

**Is your feature request related to a problem? Please describe.** I would like to use the docker image in my Gitlab CI pipeline, like, adding a job that uses the...

## Description I'm working off this example and realized that `loadDocuments` returns a promise, so the example should probably use `await` Fixes # (issue) ## Type of change Please delete...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

**Is your feature request related to a problem? Please describe.** The [GitHub Action](https://github.com/marketplace/actions/graphql-inspector) (`kamilkisiela/graphql-inspector@master`) should support the `--aws` flag that is supported with the CLI. **Describe the solution you'd like**...

## Description Before, `diff --rule ignoreDescriptionChanges` does not worked properly: TypeDescriptionRemoved, TypeDescriptionAdded is not called. Fixes # https://github.com/kamilkisiela/graphql-inspector/issues/2161 ## Type of change Please delete options that are not relevant. -...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...