GraphQL-AzureFunctions-HotChocolate icon indicating copy to clipboard operation
GraphQL-AzureFunctions-HotChocolate copied to clipboard

running a HotChocolate GraphQL server in Azure Functions

Results 4 GraphQL-AzureFunctions-HotChocolate issues
Sort by recently updated
recently updated
newest added

Please provide some suggestions on setting GlobalState object to be used in Query with Azure Function .Net 5.

Hello I recreated the example and I am recieving exception: Could not load file or assembly 'Microsoft.Extensions.DiagnosticAdapter, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. at HotChocolate.Execution.Instrumentation.QueryExecutionDiagnostics.Subscribe(DiagnosticListener observable,...

Thanks for building this sample app. It was really helpful in getting up and running with HotChocolate in our Azure Functions app. The one thing I noticed was in pulling...