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

[wip] fix: Add `extends` to `TParsed` #1053

Closed budde377 closed 2 years ago

budde377 commented 2 years ago

Describe the purpose of the pull request.

Breaking changes

Fixes / Enhancements

Docs

codecov[bot] commented 2 years ago

Codecov Report

Merging #1053 (a8a8fda) into main (fa35fd7) will increase coverage by 2.45%. The diff coverage is 84.21%.

:exclamation: Current head a8a8fda differs from pull request most recent head 8b603cd. Consider uploading reports for the commit 8b603cd to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1053      +/-   ##
==========================================
+ Coverage   55.81%   58.27%   +2.45%     
==========================================
  Files          41       28      -13     
  Lines        1521     1311     -210     
==========================================
- Hits          849      764      -85     
+ Misses        672      547     -125     
Impacted Files Coverage Δ
packages/graphql/lib/src/core/_base_options.dart 90.00% <ø> (ø)
...ackages/graphql/lib/src/core/mutation_options.dart 40.98% <ø> (ø)
...ackages/graphql/lib/src/core/observable_query.dart 41.73% <ø> (ø)
packages/graphql/lib/src/core/query_options.dart 44.00% <ø> (ø)
packages/graphql/lib/src/core/query_manager.dart 70.51% <81.81%> (ø)
packages/graphql/lib/src/graphql_client.dart 82.85% <83.33%> (ø)
packages/graphql/lib/src/core/fetch_more.dart 70.58% <100.00%> (ø)
packages/graphql/lib/src/utilities/response.dart 50.00% <100.00%> (ø)
...phql_flutter/lib/src/widgets/graphql_provider.dart
packages/graphql_flutter/lib/src/hive_init.dart
... and 11 more

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 fa35fd7...8b603cd. Read the comment docs.