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 70305e3 commit 1edeae3Copy full SHA for 1edeae3
src/GraphQL.Client.Serializer.Newtonsoft/MapConverter.cs
@@ -51,7 +51,7 @@ private TDictionary ReadDictionary<TDictionary>(JToken element) where TDictionar
51
return result;
52
}
53
54
- private IEnumerable<object> ReadArray(JToken element)
+ private IEnumerable<object> ReadArray(JArray element)
55
{
56
foreach (var item in (JArray)element)
57
0 commit comments