graphql-inspector
graphql-inspector copied to clipboard
π΅οΈββοΈ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
**Describe the bug** When using graphql-inspector validate './*.graphql', syntax errors are ignored and documents are indicated as βvalidβ. Valid querry : ``` query test { me { id } }...
**Describe the bug** I can't get this project (the `validate` command) get to work properly. Every attempt to (re-)install the needed parts ends up with a correct output, but surrounded...
**Is your feature request related to a problem? Please describe.** Currently, it is only possible to add slack notifications using the GitHub Application. This requires writing the webhook URL in...
should be here: https://github.com/kamilkisiela/graphql-inspector/blob/c9f5b7fb06bacbae724a08a5cf3a54b9cab35b28/packages/action/src/run.ts#L144-L158
**Is your feature request related to a problem? Please describe.** Add support for aws amplify directives. **Describe the solution you'd like** Same as appsync directives, only for amplify.
**Describe the bug** When installing `@graphql-inspector/cli`, many complaints are printed, because the dependencies are not properly declared. **To Reproduce** Steps to reproduce the behavior: `yarn add -D @graphql-inspector/cli` **Expected behavior**...
**Is your feature request related to a problem? Please describe.** Display annotations in GitLab in addition to standard CI output. **Describe the solution you'd like** Since GitLab version 13.2 ([July...
**Describe the bug** The CLI is currently not detecting the schema from the code when using `.mjs` extension. **To Reproduce** 1. Create a schema file in `schema.mjs`: ```js export const...
**Is your feature request related to a problem? Please describe.** We'd like to check the schema from another repo (our frontend) within our backend repo. This is to make sure...
Extend below configs: - `eslint:recommended` - `plugin:@typescript-eslint/recommended` - `plugin:import/recommended` - `plugin:import/typescript` - `prettier`