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

Improve fragment methods and normalisation #1176

Closed budde377 closed 2 years ago

budde377 commented 2 years ago

The fragment api is awkward especially with fragments on queries etc. I believe there's room for improvement and possibly implementing our own normalisation.

budde377 commented 2 years ago

https://github.com/gql-dart/ferry/pull/359

budde377 commented 2 years ago

Normalize 0.6.1 has been released which addresses these issues.

vincenzopalazzo commented 2 years ago

Do we need to release a new version of our package? I did not check our pub spec

budde377 commented 2 years ago

The new version should be covered by our version range, so I expect not.