fusionjs / fusion-plugin-apollo-server

DEPRECATED. Please use fusion-plugin-apollo instead
MIT License
8 stars 13 forks source link

Set default apollo context to fusion ctx #55

Closed ganemone closed 5 years ago

ganemone commented 5 years ago

This makes the most sense as a default as it allows you to use request scoped plugins in resolvers.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@03f3b8e). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #55   +/-   ##
========================================
  Coverage          ?   90.9%           
========================================
  Files             ?       3           
  Lines             ?      11           
  Branches          ?       7           
========================================
  Hits              ?      10           
  Misses            ?       1           
  Partials          ?       0
Impacted Files Coverage Δ
src/server.js 88.88% <100%> (ø)

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 03f3b8e...84540e7. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@03f3b8e). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #55   +/-   ##
========================================
  Coverage          ?   90.9%           
========================================
  Files             ?       3           
  Lines             ?      11           
  Branches          ?       7           
========================================
  Hits              ?      10           
  Misses            ?       1           
  Partials          ?       0
Impacted Files Coverage Δ
src/server.js 88.88% <100%> (ø)

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 03f3b8e...84540e7. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@03f3b8e). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #55   +/-   ##
========================================
  Coverage          ?   90.9%           
========================================
  Files             ?       3           
  Lines             ?      11           
  Branches          ?       7           
========================================
  Hits              ?      10           
  Misses            ?       1           
  Partials          ?       0
Impacted Files Coverage Δ
src/server.js 88.88% <100%> (ø)

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 03f3b8e...84540e7. Read the comment docs.

ganemone commented 5 years ago

!merge