GraphQL.AzureFunctionsProxy
11.0.1.1
See the version list below for details.
dotnet add package GraphQL.AzureFunctionsProxy --version 11.0.1.1
NuGet\Install-Package GraphQL.AzureFunctionsProxy -Version 11.0.1.1
<PackageReference Include="GraphQL.AzureFunctionsProxy" Version="11.0.1.1" />
paket add GraphQL.AzureFunctionsProxy --version 11.0.1.1
#r "nuget: GraphQL.AzureFunctionsProxy, 11.0.1.1"
// Install GraphQL.AzureFunctionsProxy as a Cake Addin #addin nuget:?package=GraphQL.AzureFunctionsProxy&version=11.0.1.1 // Install GraphQL.AzureFunctionsProxy as a Cake Tool #tool nuget:?package=GraphQL.AzureFunctionsProxy&version=11.0.1.1
This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions using the new v11 API. Provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- HotChocolate.AspNetCore (>= 11.0.1)
- HotChocolate.Data (>= 11.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GraphQL.AzureFunctionsProxy:
Package | Downloads |
---|---|
GraphQL.AzureFunctionsProxy.IsolatedProcess
This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions V3 with .Net 5 isolated process model (e.g. out-of-process). It enables the new HotChocolate GraphQL v12 API and provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality -- including Schema Download & Banana Cake Pop Web IDE. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Bump to HotChocolate v11.0.1 which now resolves a bug that we helped identify with interfaces in the initial release of v11.0.0.
Prior Releases Notes:
- Updated to support namespace changes in HotChocolate v11 rc.03 with synced version here as v11.0.0.3. Bumped HotChocolate version to v11-rc.03.
- Prior release Changed Repo & Package names to eliminate conflict risks with the core HotChocolate packages.
- Updated this package to now be stable v11 (no longer preview). Additional testing and use has shown this to be stable and actively used in projects in preparation for v11 official release.