wangyuheng / Arc

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

set accept json only #58

Closed wangyuheng closed 3 years ago

wangyuheng commented 3 years ago

fix #56

因为 client 只是为了反序列化, 所以指定 accept 为 json 格式 。

codecov[bot] commented 3 years ago

Codecov Report

Merging #58 (22bd01e) into release/1.4.0 (6e6bac2) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             release/1.4.0      #58      +/-   ##
===================================================
+ Coverage            63.38%   63.39%   +0.01%     
  Complexity              49       49              
===================================================
  Files                  112      112              
  Lines                 2253     2254       +1     
  Branches               160      160              
===================================================
+ Hits                  1428     1429       +1     
  Misses                 746      746              
  Partials                79       79              
Impacted Files Coverage Δ Complexity Δ
...uhealthcare/arc/graphqlclient/GraphqlTemplate.java 91.30% <100.00%> (+0.39%) 7.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 a6d8a3c...a645fe5. Read the comment docs.