Closed gwardwell closed 1 year ago
Merging #21 (4d707ff) into main (1055e66) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #21 +/- ##
==========================================
+ Coverage 96.81% 96.84% +0.02%
==========================================
Files 17 17
Lines 283 285 +2
Branches 87 88 +1
==========================================
+ Hits 274 276 +2
Misses 9 9
Impacted Files | Coverage Δ | |
---|---|---|
src/schema/generateFroidSchema.ts | 96.69% <100.00%> (+0.05%) |
:arrow_up: |
Description
This PR adds support for a custom schema node qualifier so users can use custom logic to determine whether an entity should or should not be included in the node-relay schema based on custom logic.
Type of Change
Checklist