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/lighthouse 23 upgrade #16

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 #16 into develop will increase coverage by 2.95%. The diff coverage is 73.68%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #16      +/-   ##
=============================================
+ 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/Directives/BaseDirective.php 0% <0%> (ø) 2 <0> (ø) :arrow_down:
src/Generators/SchemaGenerator.php 72.27% <87.5%> (+9.77%) 28 <3> (-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...e319a4a. Read the comment docs.