`JSON cannot serialize the given value.` when using a remote schema
ibbyu opened this issue · 1 comments
ibbyu commented
Product
Hot Chocolate
Version
13.9.14
Link to minimal reproduction
https://github.com/ibbyu/gateway-with-remote-schema-cannot-serialize-json
Steps to reproduce
- Run both projects in the given solution
- Run this query in both applications
query { system }
- Service returns expected json, Gateway returns
"JSON cannot serialize the given value."
error
What is expected?
Service & Gateway should both return the expected json value
What is actually happening?
Relevant log output
No response
Additional context
No response
michaelstaib commented
HotChocolate.Stitching was replaced by HotChocolate.Fusion. Since we released HC 14 HotChocolate.Stitching is EOL.