deInternetJongens / Lighthouse-Utils

An add-on to Lighthouse to auto-generate CRUD actions from types https://github.com/nuwave/lighthouse
MIT License
26 stars 2 forks source link

Feature/simplify schema generator #17

Closed maarten00 closed 5 years ago

maarten00 commented 5 years ago

Simplify the generation of the schema by using the event introduced in Lighthouse 2.3. No more messing around with configs.

codecov-io commented 5 years ago

Codecov Report

Merging #17 into develop will increase coverage by 2.95%. The diff coverage is 85.71%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #17      +/-   ##
=============================================
+ Coverage       81.2%   84.15%   +2.95%     
+ Complexity       178      169       -9     
=============================================
  Files             40       40              
  Lines            532      505      -27     
=============================================
- Hits             432      425       -7     
+ Misses           100       80      -20
Impacted Files Coverage Δ Complexity Δ
src/Generators/SchemaGenerator.php 72.27% <85.71%> (+9.77%) 28 <2> (-9) :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 9eaf21f...82251ba. Read the comment docs.