56 packages tagged with “hotchocolate”
HotChocolate GraphQL FluentValidation integration
Apollo Federation Subgraph support for HotChocolate.
Input Argument Validator for HotChocolate
Polymorphic Relay IDs for HotChocolate
Contains the Hot Chocolate GraphQL query pagination.
Support for F# types and nullability in HotChocolate.
Package Description
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Resolvers (and lower level Serivces/Repositories that encapsulate all data access) without dependency on IQueryable deferred execution (e.g. EntityFramework).
This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions V1/V2 using the new v12 API. Provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality.
Simple extension to the original HotChocolate Type system to include basic support for `TimeSpan`s.
Apollo Federation support for the HotChocolate GraphQL server ☕ 🚀.
Nexar GraphQL client templates.
FluentValidation middleware for HotChocolate GraphQL
HotChocolate extension. Integrate with HotChocolate
StrictId provides ergonomic strongly typed IDs based on Ulid. Prevents errors and confusion, increases happiness.
The GraphQL package of Moravian Star library that contains common GraphQL related functionalities like: ability to mark a mutation to execute in a single SQL transaction, a common way to handle all exceptions and others.
Support for StrictId in Entity Framework Core.
A set of extensions for working with HotChocolate GraphQL and RepoDb as the data access micro-orm without dependency on IQueryable. This enables fully encapsulated control over SQL queries in every way within a Service or Repository layer of your application. This extension pack provides a significantly simplified facade to access critial elements such as Selections/Projections, Sort arguments, & Paging arguments with support for mapping them to Models using built in RepoDb functionality. It also leverages RepoDb to provide a generic, Relay spec compatible, cursor pagination/slice query api for Sql Server.
This package extends SensitiveString to integrate it with HotChocolate so it can be used in inputs and responses.
The package adds extensions to EntityFrameworkCore that allow you to transform a GraphQL query into an EntityFrameworkCore query. The project solves the problem of a large amount of data dumping, filtering related data and adding calculated fields. The library is designed to work with GraphQL and HotChocolate projects.
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.