GraphQL error while converting array of json objects to dictionary
I have a .NET Core GraphQL backend service consumed in a Blazor web assembly app with a GetData GraphQL query with a class having Dictionary<string, decimal> like this:
GraphQL error while converting array of json objects to dictionary
I have a .NET Core GraphQL backend service consumed in a Blazor web assembly app with a GetData GraphQL query with a class having Dictionary<string, decimal> like this: