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.23k stars 608 forks source link

fix(graphql): add missing response extensions #1394

Closed kamilkarp closed 3 months ago

kamilkarp commented 7 months ago

According to graphql specification: "The response map may also contain an entry with key extensions".

https://github.com/graphql/graphql-spec/blob/main/spec/Section%207%20--%20Response.md

Added extensions in the response.