Skip to content

thomastvedt/HotChocolateBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick reproduction HotChocolate StrawberryShake bug

How to reproduce:

  • run server (HotChocolate)
  • run console app (StrawberryShake)

** Expected result: **
When running the console app using the generated StrawberryShake client, I expected that my custom error code was returned.

var result3 = await client.SaveUserEmail.ExecuteAsync("123", "invalid_email");
var shouldBeExpectedErrorCode = result3.Errors.First().Code == "CUSTOM_ERROR_CODE";

But shouldBeExpectedErrorCode = false..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages