A .NET 6+ library that integrates GraphQL and Entity Framework Core with minimal effort.
Info
Version: | 1.1.0 |
Author(s): | Graphity |
Last Update: | Friday, December 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WiredUK/Graphity |
NuGet Url: | https://www.nuget.org/packages/Graphity |
Install
Install-Package Graphity
dotnet add package Graphity
paket add Graphity
Graphity Download (Unzip the "nupkg" after downloading)
Dependencies
- GraphQL(>= 2.4.0)
- GraphQL.Authorization(>= 2.0.27)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- System.Linq.Dynamic.Core(>= 1.0.9)
Tags