Modulight.Modules.Server.GraphQL
0.0.7
dotnet add package Modulight.Modules.Server.GraphQL --version 0.0.7
NuGet\Install-Package Modulight.Modules.Server.GraphQL -Version 0.0.7
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="Modulight.Modules.Server.GraphQL" Version="0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Modulight.Modules.Server.GraphQL --version 0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Modulight.Modules.Server.GraphQL, 0.0.7"
#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.
// Install Modulight.Modules.Server.GraphQL as a Cake Addin #addin nuget:?package=Modulight.Modules.Server.GraphQL&version=0.0.7 // Install Modulight.Modules.Server.GraphQL as a Cake Tool #tool nuget:?package=Modulight.Modules.Server.GraphQL&version=0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Modulight.Modules.Server.GraphQL
// in Startup: void ConfigureServices(ISeviceCollection services)
services.AddModules(builder => {
builder.UseGraphQLServerModules().AddModule<FooModule>();
});
// in Startup: void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseEndpoints(endpoints =>
{
// modules mapper
endpoints.MapGraphQLServerModuleEndpoints(postMapEndpoint: (module, builder) =>
{
builder.RequireCors(cors =>
{
cors.AllowAnyOrigin().AllowAnyHeader().AllowAnyMethod();
});
});
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- HotChocolate.AspNetCore (>= 11.2.2)
- HotChocolate.Data (>= 11.2.2)
- Modulight.Modules.Core (>= 0.0.7)
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.7 | 463 | 5/31/2021 |
0.0.7-preview.8 | 286 | 5/30/2021 |
0.0.6 | 382 | 5/30/2021 |
0.0.5 | 365 | 4/3/2021 |
0.0.5-preview.18 | 148 | 3/14/2021 |
0.0.5-preview.13 | 176 | 3/12/2021 |
0.0.5-preview.12 | 158 | 3/12/2021 |
0.0.5-preview.11 | 157 | 3/10/2021 |
0.0.5-preview.10 | 182 | 3/10/2021 |
0.0.5-preview.4 | 160 | 3/4/2021 |
0.0.5-preview.2 | 164 | 3/4/2021 |
0.0.4 | 341 | 3/4/2021 |
0.0.4-preview.40 | 146 | 2/22/2021 |
0.0.4-preview.30 | 289 | 2/21/2021 |
0.0.4-preview.28 | 176 | 2/20/2021 |
0.0.4-preview.25 | 153 | 2/20/2021 |
0.0.4-preview.6 | 173 | 2/6/2021 |
0.0.3 | 343 | 2/5/2021 |
0.0.3-preview.39 | 155 | 2/3/2021 |
0.0.3-preview.38 | 146 | 2/1/2021 |
0.0.3-preview.37 | 162 | 1/31/2021 |
0.0.2 | 327 | 1/29/2021 |
0.0.2-preview.36 | 217 | 1/17/2021 |
0.0.2-preview.34 | 168 | 1/16/2021 |
0.0.1-preview.30 | 166 | 1/13/2021 |
0.0.1-preview.29 | 188 | 1/13/2021 |
0.0.1-preview.28 | 155 | 1/12/2021 |
0.0.1-preview.25 | 163 | 1/11/2021 |