graphene icon indicating copy to clipboard operation
graphene copied to clipboard

remove leading whitespaces in multi-line descriptions

Open firaskafri opened this issue 3 years ago • 1 comments

Currently Scalar types and Field types pass description without touching it which is causing the issue of inconsistent white spaces in the case of multi-line descriptions when parsed by federation services.

Addressing issue #1489

firaskafri avatar Jan 06 '23 21:01 firaskafri

Codecov Report

Base: 95.98% // Head: 95.99% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (2feabac) compared to base (340d5ed). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1490   +/-   ##
=======================================
  Coverage   95.98%   95.99%           
=======================================
  Files          51       51           
  Lines        1742     1746    +4     
=======================================
+ Hits         1672     1676    +4     
  Misses         70       70           
Impacted Files Coverage Δ
graphene/types/field.py 96.07% <100.00%> (+0.07%) :arrow_up:
graphene/types/unmountedtype.py 91.66% <100.00%> (+1.19%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Jan 06 '23 22:01 codecov[bot]