graphql-flutter
graphql-flutter copied to clipboard
fix(graphql): add missing response extensions
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.