when the downstream service is using AnyType in its schema as input or output, the gateway fails to resolve its type reference
Output: Any. (HotChocolate.Types.ObjectType)v11
@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 ....
Most helpful comment
I will have another look at this ....