ciscorn / starlette-graphene3

An ASGI app for using Graphene v3 with Starlette / FastAPI
MIT License
101 stars 14 forks source link

Execution context class #14

Closed eplatonoff closed 3 years ago

eplatonoff commented 3 years ago

Adds an optional execution context class argument (e.g., for overriding default error handling).

codecov[bot] commented 3 years ago

Codecov Report

Merging #14 (e16a768) into master (d6aebae) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   99.53%   99.53%           
=======================================
  Files           1        1           
  Lines         214      215    +1     
=======================================
+ Hits          213      214    +1     
  Misses          1        1           
Flag Coverage Δ
unittests 99.53% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
starlette_graphene3.py 99.53% <100.00%> (+<0.01%) :arrow_up:

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 d6aebae...e16a768. Read the comment docs.

ciscorn commented 3 years ago

Great. Thank you!