![]() |
VOOZH | about |
dotnet add package Cloudey.Reflex.GraphQL --version 3.0.0
NuGet\Install-Package Cloudey.Reflex.GraphQL -Version 3.0.0
<PackageReference Include="Cloudey.Reflex.GraphQL" Version="3.0.0" />
<PackageVersion Include="Cloudey.Reflex.GraphQL" Version="3.0.0" />Directory.Packages.props
<PackageReference Include="Cloudey.Reflex.GraphQL" />Project file
paket add Cloudey.Reflex.GraphQL --version 3.0.0
#r "nuget: Cloudey.Reflex.GraphQL, 3.0.0"
#:package Cloudey.Reflex.GraphQL@3.0.0
#addin nuget:?package=Cloudey.Reflex.GraphQL&version=3.0.0Install as a Cake Addin
#tool nuget:?package=Cloudey.Reflex.GraphQL&version=3.0.0Install as a Cake Tool
Opinionated setup for a GraphQL server with the Reflex framework using HotChocolate.
IncludeAssembly attribute)Install with NuGet
This library provides an opinionated setup for a GraphQL server with the Reflex framework using HotChocolate.
Enable it with the AddReflexGraphQL method on the HotChocolate server builder:
var builder = services.AddGraphQLServer()
// Enable queries, mutations and subscriptions
builder
.AddQueryType()
.AddMutationType()
.AddSubscriptionType().AddInMemorySubscriptions(); // Remove if you have no subscriptions
// Enable Reflex GraphQL
builder.AddReflexGraphQL();
See Cloudey.Reflex.Authorization.HotChocolate
Licensed under Apache 2.0.
Copyright © 2023 Cloudey IT Ltd
Cloudey® is a registered trademark of Cloudey IT Ltd. Use of the trademark is NOT GRANTED under the license of this repository or software package.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.