eamigo86 / graphene-django-extras

Extras functionalities for Graphene-Django
MIT License
417 stars 108 forks source link

Fixed bug with non-paginated fields #129

Closed ghost closed 4 years ago

ghost commented 4 years ago

Fixed bug on using non-paginated fields in DjangoSerializerType. Fix for #124

codecov[bot] commented 4 years ago

Codecov Report

Merging #129 into master will decrease coverage by 0.02%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   48.24%   48.21%   -0.03%     
==========================================
  Files          24       24              
  Lines        1882     1881       -1     
==========================================
- Hits          908      907       -1     
  Misses        974      974              
Impacted Files Coverage Δ
graphene_django_extras/converter.py 49.20% <0.00%> (ø)
graphene_django_extras/types.py 66.00% <100.00%> (-0.12%) :arrow_down:

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 d33a629...3807247. Read the comment docs.