Fluss.HotChocolate 0.0.1-alpha9

This is a prerelease version of Fluss.HotChocolate.
dotnet add package Fluss.HotChocolate --version 0.0.1-alpha9
                    
NuGet\Install-Package Fluss.HotChocolate -Version 0.0.1-alpha9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fluss.HotChocolate" Version="0.0.1-alpha9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluss.HotChocolate" Version="0.0.1-alpha9" />
                    
Directory.Packages.props
<PackageReference Include="Fluss.HotChocolate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fluss.HotChocolate --version 0.0.1-alpha9
                    
#r "nuget: Fluss.HotChocolate, 0.0.1-alpha9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fluss.HotChocolate@0.0.1-alpha9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fluss.HotChocolate&version=0.0.1-alpha9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fluss.HotChocolate&version=0.0.1-alpha9&prerelease
                    
Install as a Cake Tool

Fluss.HotChocolate

This package contains an adapter to connect Fluss to HotChocolate to turn all GraphQL queries into live-queries backed by event-sourcing to get fresh data in your client the moment it changes.

Usage

Assuming you have already configured both Fluss for your general event-sourcing needs and HotChocolate for everything GraphQL, setting up the adapter is as easy as calling requestExecutorBuilder.AddLiveEventSourcing().

You also need to configure your client to run query operations through a websocket to benefit from the subscription-like behaviour. This is different between different clients, so consult the respective documentation for that.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-alpha9 119 9/30/2024
0.0.1-alpha8 108 9/30/2024
0.0.1-alpha7 105 9/27/2024
0.0.1-alpha6 104 9/27/2024
0.0.1-alpha3 462 10/22/2023
0.0.1-alpha15 102 10/7/2024
0.0.1-alpha11 98 9/30/2024
0.0.1-alpha10 106 9/30/2024
0.0.1-alpha.25 202 3/19/2025
0.0.1-alpha.24 165 3/18/2025
0.0.1-alpha.23 226 3/4/2025
0.0.1-alpha.22 217 3/4/2025
0.0.1-alpha.21 207 3/4/2025
0.0.1-alpha.20 157 12/9/2024
0.0.1-alpha.19 164 11/6/2024
0.0.1-alpha.18 110 10/22/2024
0.0.1-alpha.17 113 10/10/2024
0.0.1-alpha.16 108 10/7/2024
0.0.1-alpha.14 94 10/2/2024
0.0.1-alpha.12 97 10/2/2024
Loading failed