GraphQL.EntityFramework 34.0.0-beta.5

This is a prerelease version of GraphQL.EntityFramework.
There is a newer version of this package available.
See the version list below for details.
dotnet add package GraphQL.EntityFramework --version 34.0.0-beta.5
                    
NuGet\Install-Package GraphQL.EntityFramework -Version 34.0.0-beta.5
                    
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" Version="34.0.0-beta.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GraphQL.EntityFramework" Version="34.0.0-beta.5" />
                    
Directory.Packages.props
<PackageReference Include="GraphQL.EntityFramework" />
                    
Project file
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 --version 34.0.0-beta.5
                    
#r "nuget: GraphQL.EntityFramework, 34.0.0-beta.5"
                    
#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@34.0.0-beta.5
                    
#: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&version=34.0.0-beta.5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GraphQL.EntityFramework&version=34.0.0-beta.5&prerelease
                    
Install as a Cake Tool

Documentation

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, and take arguments
  • Pagination - GraphQL Relay connection specification support with first/after and last/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.

Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.0-beta.8 33 2/11/2026
34.2.0-beta.7 48 2/9/2026
34.2.0-beta.6 51 2/5/2026
34.2.0-beta.5 43 2/5/2026
34.2.0-beta.4 42 2/5/2026
34.2.0-beta.3 39 2/4/2026
34.2.0-beta.2 38 2/4/2026
34.2.0-beta.1 53 2/3/2026
34.1.8 102 2/3/2026
34.1.7 102 2/3/2026
34.1.6 86 2/2/2026
34.1.5 87 2/2/2026
34.1.4 92 2/1/2026
34.1.3 103 1/30/2026
34.1.2 91 1/29/2026
34.1.1 90 1/29/2026
34.1.0 85 1/29/2026
34.0.1 92 1/28/2026
34.0.0 92 1/27/2026
34.0.0-beta.5 41 1/20/2026
Loading failed