Closed rogerso closed 4 years ago
Merging #501 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #501 +/- ##
=======================================
Coverage 92.72% 92.72%
=======================================
Files 11 11
Lines 371 371
=======================================
Hits 344 344
Misses 27 27
Impacted Files | Coverage Δ | |
---|---|---|
src/attributeFields.js | 100% <100%> (ø) |
: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 c7a8865...56f5f01. Read the comment docs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If a custom typeMapper already returns a custom enum type, attributeFields would overwrite that type's name with its own version, causing all sorts of problems (such as duplicated enum type definitions in the schema, which relay-compiler 1.1 does not like at all).