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

doc: improve the documentation regarding the new parse function #1023

Open vincenzopalazzo opened 2 years ago

vincenzopalazzo commented 2 years ago

In this PR https://github.com/zino-hofmann/graphql-flutter/pull/1013 we introduce a function to parse the response into a dart function.

This required a little of documentation before the official release