accounts-js / accounts

Fullstack authentication and accounts-management for Javascript.
https://www.accountsjs.com/
MIT License
1.5k stars 141 forks source link

fix(graphql-api): add graphql to peerDependencies #1086

Closed kiancross closed 3 years ago

kiancross commented 3 years ago

graphql is a peer dependency of @graphql-tools/utils and needed at runtime.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1086 (2bdc9ed) into master (0abf186) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1086   +/-   ##
=======================================
  Coverage   95.43%   95.44%           
=======================================
  Files          85       85           
  Lines        1907     1908    +1     
  Branches      413      413           
=======================================
+ Hits         1820     1821    +1     
  Misses         85       85           
  Partials        2        2           
Impacted Files Coverage Δ
...es/graphql-api/src/utils/authenticated-resolver.ts 100.00% <0.00%> (ø)

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 0abf186...2bdc9ed. Read the comment docs.