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.26k stars 746 forks source link

Be able to disable default security when using Azure Functions, like we can with AddGraphQLServer. #7599

Closed wouth closed 1 month ago

wouth commented 1 month ago

Product

Hot Chocolate

Is your feature request related to a problem?

AddGraphQLFunction misses the disableDefaultSecurity argument which AddGraphQLServer has.

The solution you'd like

We would like to be able to disable default security when using Azure Functions, like we can with AddGraphQLServer. Add disableDefaultSecurity argument to AddGraphQLFunction like AddGraphQLServer already has.

michaelstaib commented 1 month ago

Can you create a new issue that describes your actual composition issue with the cost directive in fusion ... we will fix that in the first patch release.

wouth commented 1 month ago

As requested by @michaelstaib, I created the issue for the Fusion composition issue: https://github.com/ChilliCream/graphql-platform/issues/7618