graphql-python / graphene-sqlalchemy

Graphene SQLAlchemy integration
http://docs.graphene-python.org/projects/sqlalchemy/en/latest/
MIT License
980 stars 226 forks source link

Native support for additional Type Converters #353

Closed erikwrede closed 2 years ago

erikwrede commented 2 years ago

See corresponding discussion #345 Fixes #336

codecov-commenter commented 2 years ago

Codecov Report

Merging #353 (195b29f) into master (f16d434) will decrease coverage by 0.01%. The diff coverage is 96.72%.

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
- Coverage   96.39%   96.37%   -0.02%     
==========================================
  Files           9        9              
  Lines         721      773      +52     
==========================================
+ Hits          695      745      +50     
- Misses         26       28       +2     
Impacted Files Coverage Δ
graphene_sqlalchemy/converter.py 96.20% <95.91%> (-0.30%) :arrow_down:
graphene_sqlalchemy/enums.py 97.80% <100.00%> (ø)
graphene_sqlalchemy/registry.py 100.00% <100.00%> (ø)
graphene_sqlalchemy/utils.py 93.45% <100.00%> (+0.18%) :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 f16d434...195b29f. Read the comment docs.