Info
Version: | 5.4.6 |
Author(s): | Luke Murray |
Last Update: | Monday, September 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lukemurray/EntityGraphQL |
NuGet Url: | https://www.nuget.org/packages/EntityGraphQL |
Install
Install-Package EntityGraphQL
dotnet add package EntityGraphQL
paket add EntityGraphQL
EntityGraphQL Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4(>= 4.6.6)
- Antlr4.Runtime(>= 4.6.6)
- Humanizer.Core(>= 2.7.9)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
- System.Security.Claims(>= 4.3.0)
Tags
Compiles queries into .NET Expressions (LinqProvider) for runtime execution against object graphs. E.g.
against an ORM data model (EntityFramework or others) or just an in-memory object.