Hotchocolate: AnyType not supported in stitched schemas

Created on 29 Nov 2020  ·  5Comments  ·  Source: ChilliCream/hotchocolate

when the downstream service is using AnyType in its schema as input or output, the gateway fails to resolve its type reference

  1. Unable to resolve type reference Output: Any. (HotChocolate.Types.ObjectType)

v11

❓ question 🌶 hot chocolate

Most helpful comment

I will have another look at this ....

All 5 comments

@MariaCobretti Did you register the AnyType on the gateway schema?

yes I did

Any is not supported with schema stitching at the moment.

It is not supported with V10 or V11. There are some details to it that make it difficult. Also, we will focus on other things that we think are more important with schema stitching like subscription stitching and the execution engine integration. So, it might be a while until we support Any for stitching.

I will have another look at this ....

Was this page helpful?
0 / 5 - 0 ratings

Related issues

louisjrdev picture louisjrdev  ·  3Comments

PascalSenn picture PascalSenn  ·  5Comments

benmccallum picture benmccallum  ·  5Comments

sergeyshaykhullin picture sergeyshaykhullin  ·  3Comments

sgt picture sgt  ·  4Comments