zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 620 forks source link

fix(graphql): Transform nested objects #1167

Closed budde377 closed 2 years ago

budde377 commented 2 years ago

Recursively transforms nested objects #1091.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1167 (92e495d) into main (a58580d) will increase coverage by 0.29%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1167      +/-   ##
==========================================
+ Coverage   59.43%   59.72%   +0.29%     
==========================================
  Files          41       41              
  Lines        1664     1676      +12     
==========================================
+ Hits          989     1001      +12     
  Misses        675      675              
Impacted Files Coverage Δ
packages/graphql/lib/src/cache/hive_store.dart 96.77% <100.00%> (+2.03%) :arrow_up:

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 a58580d...92e495d. Read the comment docs.