GraphQL.Code.Generator.Net
1.0.0.2
Migrated to GraphQL.Code.Generator. One package for Core and Framework
See the version list below for details.
dotnet add package GraphQL.Code.Generator.Net --version 1.0.0.2
NuGet\Install-Package GraphQL.Code.Generator.Net -Version 1.0.0.2
<PackageReference Include="GraphQL.Code.Generator.Net" Version="1.0.0.2" />
paket add GraphQL.Code.Generator.Net --version 1.0.0.2
#r "nuget: GraphQL.Code.Generator.Net, 1.0.0.2"
// Install GraphQL.Code.Generator.Net as a Cake Addin #addin nuget:?package=GraphQL.Code.Generator.Net&version=1.0.0.2 // Install GraphQL.Code.Generator.Net as a Cake Tool #tool nuget:?package=GraphQL.Code.Generator.Net&version=1.0.0.2
This package will generate GraphQL classes (Type, Query, and Repository) dynamically from Domain Entity classes. This package is for .Net Framework projects and can only gernerate classes for assembly created from .Net Framework. The GraphQL.Code.Generation.Core package is for .NetCore and can generate classes for assembly created from .NetCore or .Net Framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 6.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Use the Configuration class and sub classes to provide the inputs to the Generator.