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 pnpm 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 pnpm generate in the terminal.
pnpm generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
Coverage calculates only root types of queries, mutations and subscriptions when should calculate fields of those root types.
To Reproduce Steps to reproduce the behavior:
Schema:
Root of issue:
Expected result: Each mutation inside Mutation type should be counted.
Environment:
@graphql-inspector/...
graphql
Additional context
The text was updated successfully, but these errors were encountered:
Hey @osolomin90, thank you for this issue! Any chance you want to try fix it?
Sorry, something went wrong.
@TuvalSimha I want, but I am not sure if I will have time to sit and solve it...
@TuvalSimha Hey, I tried to fix it) #2731
Hey @osolomin90 thank you very much! i will take a look soon and update as well!
@TuvalSimha, I was wondering which release will include stats changes?
No branches or pull requests
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
Coverage calculates only root types of queries, mutations and subscriptions when should calculate fields of those root types.
To Reproduce Steps to reproduce the behavior:
Schema:
Root of issue:
Expected result: Each mutation inside Mutation type should be counted.
Environment:
@graphql-inspector/...
: 4.0.3graphql
: 16.6.0Additional context
The text was updated successfully, but these errors were encountered: