-
-
Couldn't load subscription status.
- Fork 206
Open
Labels
Description
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
- 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
Make sure to fork this template and run
pnpm generatein the terminal.Please make sure the Codegen and plugins version under
package.jsonmatches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
graphql-inspector diff not working for schemas with federated directives like @link, @key, @Shareable.
I tried supplying --federation tag to the command, still it does not work. Any other way to make it work is helpful..
To Reproduce Steps to reproduce the behavior:
Expected behavior
Environment:
- OS:
@graphql-inspector/...:graphql:- NodeJS:
Additional context
maxcroy1