We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefce22 commit d6221acCopy full SHA for d6221ac
src/FSharp.Data.GraphQL.Client/Serialization.fs
@@ -62,7 +62,6 @@ module Serialization =
62
| (Option et | et) ->
63
try Enum.Parse(et, s) |> downcastType t
64
with _ -> failwithf "Error parsing JSON value: %O is a Enum type, but parsing of value \"%s\" failed." t s
65
- | _ -> failwithf "Error parsing JSON value: %O is not a enum type." t
66
| _ -> failwithf "Error parsing JSON value: %O is not a string type." t
67
68
let private downcastBoolean (t : Type) b =
0 commit comments