You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We want to import and use this tool within another js tool, but it seems like the built in rules (e.g. dangerousBreaking, suppressRemovalOfDeprecatedField, ignoreDescriptionChanges, safeUnreachable) aren't exposed even though they're included in @graphql-inspector/core
e.g. we use it like this import { diff } from "@graphql-inspector/core";
We want to be able to narrow down the set of changes we consider breaking more specifically to allow some to pass, which is why we use it programmatically.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We want to import and use this tool within another js tool, but it seems like the built in rules (e.g. dangerousBreaking, suppressRemovalOfDeprecatedField, ignoreDescriptionChanges, safeUnreachable) aren't exposed even though they're included in
@graphql-inspector/core
e.g. we use it like this
import { diff } from "@graphql-inspector/core";
Describe the solution you'd like
Some way to import the pre-made rules
Describe alternatives you've considered
Just copy pasting out the rules
Using the CLI
Additional context
We want to be able to narrow down the set of changes we consider breaking more specifically to allow some to pass, which is why we use it programmatically.
The text was updated successfully, but these errors were encountered: