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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/github](https://togithub.com/actions/toolkit/tree/main/packages/github) ([source](https://togithub.com/actions/toolkit)) | [`4.0.0` -> `5.1.1`](https://renovatebot.com/diffs/npm/@actions%2fgithub/4.0.0/5.1.1) |...

automerge

**Describe the bug** In federation a type in a service schema can extend type from another service schema. **To Reproduce** For example serviceA has a type Dummy defined and serviceB...

**Describe the bug** When `--federation` or `--aws` flag is used, it renders `diff` command useless. **To Reproduce** Steps to reproduce the behavior: 1. Create a test file ``` $ cat...

## Description Addressing feedback from @AllexVeldman here: https://github.com/kamilkisiela/graphql-inspector/pull/2054#discussion_r774396413 with respect to allowing optional `data` key during introspection. Fixes https://github.com/kamilkisiela/graphql-inspector/pull/2054#discussion_r774396413 ## Type of change Please delete options that are not relevant....

**Is your feature request related to a problem? Please describe.** We use a code generator to generate our GraphQL schema on the fly, and never commit it into VCS. It...

**Describe the bug** There was no schema change in the PR and graphql-inspect shows as complete this view ![image](https://user-images.githubusercontent.com/386035/162036276-70a2c345-473b-40ed-8b4c-37782743f874.png) Unfortunately, the process doesn't complete in this view ![image](https://user-images.githubusercontent.com/386035/162035971-8cdd4d04-83b8-4f5b-8ae0-125a6c87c3c6.png) The error...

**Describe the bug** Doing some testing of graphql-inspector for CI integration and it seems like the suppressRemovalOfDeprecatedField rule does not work as intended. Removal of a deprecated field still yields...

waiting-for-answer
stage/1-reproduction

**Is your feature request related to a problem? Please describe.** Often graphql schema's are split in multiple files. **Describe the solution you'd like** Allow to specify the schema using a...

**Describe the bug** Hi! We're using GraphQL Inspector's Github Action for our pull requests, and we really like the in-code annotations! However, we noticed that when the feature branch in...

**Describe the bug** Trying to install graphql-inspector using npm and getting an error: ``` $npm install @graphql-inspector/cli npm ERR! code ETARGET npm ERR! notarget No matching version found for @graphql-tools/utils@^8.6.2....