Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
When building the above, code generation returns:
CSC : error SS0006: The given key 'StrawberryShake.RuntimeType' was not present in the dictionary. [C:\Users\chogan\DevO\ovc-source\WebService\GraphTest\GraphTest.csproj]
I have tried removing the other arm of the union with the same error message:
UserSetting.zip
preview.27
I have a mutation that returns a union where one part has a nested data structure:
When building the above, code generation returns:
CSC : error SS0006: The given key 'StrawberryShake.RuntimeType' was not present in the dictionary. [C:\Users\chogan\DevO\ovc-source\WebService\GraphTest\GraphTest.csproj]
I have tried removing the other arm of the union with the same error message:
I don't know for sure that it's the nested data, but
UserSettingSuccess
, which is flat, works, and the other doesn't.