We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run yarn generate in the terminal. Please make sure the Codegen and plugins version under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior
The ignoreDescriptionChanges rule is missing the TypeDescriptionAdded from the list of change types that it ignores.
ignoreDescriptionChanges
TypeDescriptionAdded
expect(await diff( buildSchema(`type MyType { id: ID! }`, buildSchema(`"""Description here""" type MyType { id: ID! }`), [ DiffRule.ignoreDescriptionChanges ])).toHaveLength(0);
However, this fails with a change type of "TYPE_DESCRIPTION_ADDED"
Environment:
@graphql-inspector/...
graphql
Additional context
The text was updated successfully, but these errors were encountered:
It's also missing the TYPE_DESCRIPTION_REMOVED rule.
TYPE_DESCRIPTION_REMOVED
Sorry, something went wrong.
No branches or pull requests
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior
The
ignoreDescriptionChanges
rule is missing theTypeDescriptionAdded
from the list of change types that it ignores.However, this fails with a change type of "TYPE_DESCRIPTION_ADDED"
Environment:
@graphql-inspector/...
: 3.4.0graphql
: 16.6.0Additional context
The text was updated successfully, but these errors were encountered: