wangyuheng / Arc

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

支持合并多graphql schema #83

Closed wangyuheng closed 3 years ago

wangyuheng commented 3 years ago

close #73

  1. 通过 arc.graphql.define 配置 locationPattern , 允许 *通配
  2. merge 多个schema并校验

关键类: GraphQLProvider

codecov[bot] commented 3 years ago

Codecov Report

Merging #83 (68df01e) into release/1.6.0 (041b2ee) will increase coverage by 0.21%. The diff coverage is 50.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             release/1.6.0      #83      +/-   ##
===================================================
+ Coverage            65.89%   66.11%   +0.21%     
  Complexity              55       55              
===================================================
  Files                  114      114              
  Lines                 2346     2358      +12     
  Branches               162      164       +2     
===================================================
+ Hits                  1546     1559      +13     
+ Misses                 722      720       -2     
- Partials                78       79       +1     
Impacted Files Coverage Δ Complexity Δ
...ub/yituhealthcare/arc/graphql/GraphQLProvider.java 44.11% <48.00%> (+35.02%) 0.00 <0.00> (ø)
...althcare/arc/graphql/GraphqlAutoConfiguration.java 100.00% <100.00%> (ø) 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 f4772b2...6117f13. Read the comment docs.