FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
Use System.Text.Json instead of custom parser and parse from stream instead of string
Description
Getting a response into a string and then parsing it is not the most efficient way of decoding a response.
I think that it would be better to use System.Text.Json as an engine for JsonParser
Related information
- FSharp.Data.GraphQL.Client 1.0.5