Skip to content
New issue

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

Ignore GraphQL introspection queries by default #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ventorvar
Copy link

Tools like GraphQL playground run introspections constantly. This means that the information you really care about (manually run queries) gets replaced by the introspection query debug info every time that happens. This update ignores introspection query results by default and adds an option track them as well.

@ventorvar ventorvar changed the title Ignore GraphQL inspection queries by default Ignore GraphQL introspection queries by default Jun 7, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jun 7, 2020

Codecov Report

Merging #13 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           65        69    +4     
  Branches        11        13    +2     
=========================================
+ Hits            65        69    +4     
Impacted Files Coverage Δ
graphiql_debug_toolbar/middleware.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 501a440...c1c6b13. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants