Closed gwardwell closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
58ab7b4
) 95.83% compared to head (2c4d875
) 95.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
When an enum is used in a key, only one enum definition is included from one of the subgraphs (and perhaps not the owning subgraph). This means Node FROID schema will only include a partial enum definition if the enum differs across subgraphs. Here's an example:
Solution
For the above subgraph schema, the enum definitions should be combined so all values are present:
Type of Change
Checklist