FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
Fix introspection for Servers expecting Post
It is possible that a Get Request is successful but does not contain a proper schema.
With this commit if a Get Requests succeds it will be checked if a schema can be deserialized. If not a Post request is taking place and also checked for a proper schema.
Could you rebase and solve conflicts, please?
I currently have no access to a Dev-Environmnt and the PR is rather old, so I do not know if the Rebase worked correctly.