OfX-HotChocolate 5.0.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package OfX-HotChocolate --version 5.0.17
                    
NuGet\Install-Package OfX-HotChocolate -Version 5.0.17
                    
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="OfX-HotChocolate" Version="5.0.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OfX-HotChocolate" Version="5.0.17" />
                    
Directory.Packages.props
<PackageReference Include="OfX-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 OfX-HotChocolate --version 5.0.17
                    
#r "nuget: OfX-HotChocolate, 5.0.17"
                    
#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.
#addin nuget:?package=OfX-HotChocolate&version=5.0.17
                    
Install OfX-HotChocolate as a Cake Addin
#tool nuget:?package=OfX-HotChocolate&version=5.0.17
                    
Install OfX-HotChocolate as a Cake Tool

OfX-HotChocolate

OfX-HotChocolate is an integration package that seamlessly connects OfX with the HotChocolate GraphQL library (Hot Chocolate Docs).

With OfX-HotChocolate, you get high-performance, attribute-based data mapping, making your GraphQL queries lightning-fast across distributed systems.

🔥 Write Less Code. Fetch Data Smarter. Scale Effortlessly. 🔥

Demo Project!


🎯 Why OfX-HotChocolate?

Effortless Data Mapping – Leverage OfX’s Attribute-based Data Mapping to simplify GraphQL queries.
Seamless Integration – Works out-of-the-box with HotChocolate and OfX.
Blazing Fast Queries – Optimized data retrieval for high-performance systems.
Scalable & Flexible – Works across distributed environments with multiple transport layers.


Installation

To install the OfX-HotChocolate package, use the following NuGet command:

dotnet add package OfX-HotChocolate

Or via the NuGet Package Manager:

Install-Package OfX-HotChocolate

How to Use

1. Register OfX-HotChocolate

Add OfX-HotChocolate to your service configuration during application startup:

var registerBuilder = builder.Services.AddGraphQLServer()
    .AddQueryType<Query>();
    
builder.Services.AddOfX(cfg =>
{
    cfg.AddContractsContainNamespaces(typeof(SomeContractAssemblyMarker).Assembly);
    cfg.AddNats(config => config.Url("nats://localhost:4222"));
})
.AddHotChocolate(cfg => cfg.AddRequestExecutorBuilder(registerBuilder));

...

var app = builder.Build();

app.Run();

Note: OfX-HotChocolate will dynamic create the ObjectTypeExtension<T> for ResponseType. So If you want to create ObjectType for some object e.g: UserResponse, please use ObjectTypeExtension<T> instead of ObjectType<T>.

That All, enjoy your moment!

Package Name Description .NET Version Document
Core
OfX OfX core 8.0, 9.0 ReadMe
Data Providers
OfX-EFCore This is the OfX extension package using EntityFramework to fetch data 8.0, 9.0 ReadMe
OfX-MongoDb This is the OfX extension package using MongoDb to fetch data 8.0, 9.0 ReadMe
Integrations
OfX-HotChocolate OfX.HotChocolate is an integration package with HotChocolate for OfX. 8.0, 9.0 This Document
Transports
OfX-gRPC OfX.gRPC is an extension package for OfX that leverages gRPC for efficient data transportation. 8.0, 9.0 ReadMe
OfX-Kafka OfX-Kafka is an extension package for OfX that leverages Kafka for efficient data transportation. 8.0, 9.0 ReadMe
OfX-Nats OfX-Nats is an extension package for OfX that leverages Nats for efficient data transportation. 8.0, 9.0 This Document
OfX-RabbitMq OfX-RabbitMq is an extension package for OfX that leverages RabbitMq for efficient data transportation. 8.0, 9.0 ReadMe

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. 
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
5.0.18 216 4/13/2025
5.0.17 431 3/23/2025
5.0.16 226 3/18/2025
5.0.16-v15 135 3/20/2025
5.0.15 133 3/17/2025
5.0.14 222 3/17/2025 5.0.14 is deprecated because it is no longer maintained and has critical bugs.