Closed NyanKiyoshi closed 5 years ago
Merging #27 into master will decrease coverage by
0.3%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #27 +/- ##
==========================================
- Coverage 97.07% 96.77% -0.31%
==========================================
Files 6 6
Lines 308 310 +2
==========================================
+ Hits 299 300 +1
- Misses 9 10 +1
Impacted Files | Coverage Δ | |
---|---|---|
graphene_django_optimizer/query.py | 96.04% <100%> (-0.37%) |
: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 16894bc...055db7d. Read the comment docs.
This pull request fixes two issues:
1 – InputObject variables were not handled
When providing an object for an InputObject, as a variable instead of hard-coding it into the query, we would get:
Query
Variables
2 – Null values were not handled
When providing a null value, we would get:
Query
Same as above.
Variables