Open eldhosekp opened 1 year ago
Hot Chocolate
Extended types values are not populated when using version 12.16.0. Using the example given for Hot Chocolate Apollo Federation(https://github.com/ChilliCream/graphql-platform/tree/12.18.0/src/HotChocolate/ApolloFederation/examples/AnnotationBased) inside the Inventory subgraph the values for price and weight are received as zero
The same is working fine if the version is downgraded to 12.6.0
query Query { topProducts { name upc price weight shippingEstimate } }
<PackageReference Include="HotChocolate.ApolloFederation" Version="12.6.0" />
No response
12.18.0
The issue is there from version 12.10.0 onwards. Till version 12.9.0 there isn't any issue
Thanks for providing this extra context.
Is there an existing issue for this?
Product
Hot Chocolate
Describe the bug
Extended types values are not populated when using version 12.16.0. Using the example given for Hot Chocolate Apollo Federation(https://github.com/ChilliCream/graphql-platform/tree/12.18.0/src/HotChocolate/ApolloFederation/examples/AnnotationBased) inside the Inventory subgraph the values for price and weight are received as zero
The same is working fine if the version is downgraded to 12.6.0
Steps to reproduce
query Query { topProducts { name upc price weight shippingEstimate } }
3.The value for shippingEstimate is always zero.Relevant log output
No response
Additional Context?
No response
Version
12.18.0