GraphQL.EntityFramework.Analyzers
34.1.0
dotnet add package GraphQL.EntityFramework.Analyzers --version 34.1.0
NuGet\Install-Package GraphQL.EntityFramework.Analyzers -Version 34.1.0
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="GraphQL.EntityFramework.Analyzers" Version="34.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GraphQL.EntityFramework.Analyzers" Version="34.1.0" />
<PackageReference Include="GraphQL.EntityFramework.Analyzers"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GraphQL.EntityFramework.Analyzers --version 34.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GraphQL.EntityFramework.Analyzers, 34.1.0"
#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.
#:package GraphQL.EntityFramework.Analyzers@34.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GraphQL.EntityFramework.Analyzers&version=34.1.0
#tool nuget:?package=GraphQL.EntityFramework.Analyzers&version=34.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Add EntityFramework Core IQueryable support to GraphQL
Features
- Automatic Query Generation - Maps GraphQL queries to EF Core queries
- Smart Projections - Only loads requested fields from the database for optimal performance
- Foreign Key Inclusion - Automatically includes primary and foreign keys in projections for reliable custom resolvers
- Filtering & Sorting - Built-in support for complex
where,orderBy,skip, andtakearguments - Pagination - GraphQL Relay connection specification support with
first/afterandlast/before - Navigation Properties - Automatic includes based on requested GraphQL fields
- Multi-Context Support - Use multiple DbContext types in the same GraphQL schema
See Milestones for release notes.
Sponsors
Entity Framework Extensions
Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
|---|---|---|
| 34.1.0 | 147 | 1/29/2026 |
| 34.0.1 | 140 | 1/28/2026 |
| 34.0.0 | 138 | 1/27/2026 |
| 34.0.0-beta.12 | 99 | 1/23/2026 |
| 34.0.0-beta.11 | 98 | 1/21/2026 |
| 34.0.0-beta.10 | 96 | 1/21/2026 |
| 34.0.0-beta.9 | 97 | 1/21/2026 |
| 34.0.0-beta.8 | 88 | 1/21/2026 |
| 34.0.0-beta.7 | 96 | 1/20/2026 |
| 34.0.0-beta.6 | 45 | 1/20/2026 |
| 34.0.0-beta.5 | 48 | 1/20/2026 |
