wangyuheng / Arc

GraphQL and Dgraph for DDD
MIT License
34 stars 12 forks source link

提供自定义 directive bean 的方式 #71

Closed wangyuheng closed 3 years ago

wangyuheng commented 3 years ago
  1. graphqlContext 增加 http headers 参数传递
  2. 增加 自定义 directive component 注册的方式
  3. 提供 自定义 directive component 的示例

close #68

codecov[bot] commented 3 years ago

Codecov Report

Merging #71 (c4a812f) into release/1.5.0 (a51f6cf) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             release/1.5.0      #71      +/-   ##
===================================================
+ Coverage            65.60%   65.87%   +0.26%     
  Complexity              55       55              
===================================================
  Files                  113      114       +1     
  Lines                 2326     2344      +18     
  Branches               160      162       +2     
===================================================
+ Hits                  1526     1544      +18     
  Misses                 722      722              
  Partials                78       78              
Impacted Files Coverage Δ Complexity Δ
...althcare/arc/graphql/GraphqlAutoConfiguration.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...healthcare/arc/graphql/rest/GraphQLController.java 91.66% <100.00%> (+1.34%) 0.00 <0.00> (ø)
...re/arc/graphql/support/DirectivePostProcessor.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...are/arc/graphql/support/RuntimeWiringRegistry.java 90.24% <100.00%> (+1.05%) 0.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 4679d33...90106fd. Read the comment docs.