wayfair-incubator / node-froid

Project generated via @wayfair-incubator oss-template
MIT License
15 stars 1 forks source link

feat: add support for custom node qualifier #21

Closed gwardwell closed 1 year ago

gwardwell commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #21 (4d707ff) into main (1055e66) will increase coverage by 0.02%. The diff coverage is 100.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: