fsprojects / FSharp.Data.GraphQL

FSharp implementation of Facebook GraphQL query language.
http://fsprojects.github.io/FSharp.Data.GraphQL/
MIT License
394 stars 72 forks source link

Specify signature file for JsonValue #400

Open wallymathieu opened 1 year ago

wallymathieu commented 1 year ago

In order to make it easier to swap out the implementation, let us make it more obvious what is used from JsonValue See #328

xperiandri commented 1 year ago

Let me set up GraphQL on my current project with that latest changes from @njlr and after that I will have some view on changes I like to see in JSON interop. I'll ping you here with a branch you can have a look and propose yours.