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 3d3211d commit 19382adCopy full SHA for 19382ad
src/GraphQL.Client.Serializer.Newtonsoft/MapConverter.cs
@@ -61,8 +61,6 @@ private IEnumerable<object> ReadArray(JToken element)
61
}
62
63
64
- private object ReadNumber(JToken token) => ((JValue) token).Value;
65
-
66
private bool IsUnsupportedJTokenType(JTokenType type) => type == JTokenType.Constructor || type == JTokenType.Property || type == JTokenType.Comment;
67
68
0 commit comments