ChilliCream/graphql-platform

`JSON cannot serialize the given value.` when using a remote schema

ibbyu opened this issue · 1 comments

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

  1. Run both projects in the given solution
  2. Run this query in both applications query { system }
  3. 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?

Service application response:
Image

Gateway application response;
Image

Relevant log output

No response

Additional context

No response

HotChocolate.Stitching was replaced by HotChocolate.Fusion. Since we released HC 14 HotChocolate.Stitching is EOL.