flavors / django-graphiql-debug-toolbar

Django Debug Toolbar for GraphiQL IDE and Graphene
https://pypi.python.org/pypi/django-graphiql-debug-toolbar
MIT License
72 stars 22 forks source link

Ignore GraphQL introspection queries by default #13

Open ventorvar opened 4 years ago

ventorvar commented 4 years ago

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.

codecov-commenter commented 4 years ago

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.