graphql-flutter icon indicating copy to clipboard operation
graphql-flutter copied to clipboard

fix(graphql): add missing response extensions

Open kamilkarp opened this issue 1 year ago • 0 comments

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.

kamilkarp avatar Nov 25 '23 21:11 kamilkarp