ChilliCream / graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
https://chillicream.com
MIT License
5.03k stars 723 forks source link

Support @include and @skip directives through Fusion #7034

Open parekhkb opened 2 months ago

parekhkb commented 2 months ago

Product

Hot Chocolate

Is your feature request related to a problem?

HotChocolate Fusion does not support @include or @skip directives. These are supported when targeting directly at a HotChocolate subgraph, but when going through a fusion gateway they are ignored.

The solution you'd like

Support for @include and @skip directives when federating to subgraphs through a fusion gateway