SkillAgentSearch skills...

GraphQL.EntityFramework

Adds EntityFramework Core IQueryable support to GraphQL

Install / Use

/learn @SimonCropp/GraphQL.EntityFramework
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- GENERATED FILE - DO NOT EDIT This file was generated by [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets). Source File: /readme.source.md To change this file edit the source file and then run MarkdownSnippets. -->

<img src="/src/icon.png" height="30px"> GraphQL.EntityFramework

Build status NuGet Status

Add EntityFramework Core IQueryable support to GraphQL<!-- include: intro. path: /docs/mdsource/intro.include.md -->

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<!-- endInclude -->

See Milestones for release notes.

Sponsors

Entity Framework Extensions<!-- include: sponsors. path: /docs/mdsource/sponsors.include.md -->

Entity Framework Extensions is a major sponsor and is proud to contribute to the development this project.

Entity Framework Extensions

Developed using JetBrains IDEs

JetBrains logo.<!-- endInclude -->

NuGet package

https://nuget.org/packages/GraphQL.EntityFramework/

Documentation

Icon

Memory designed by H Alberto Gongora from The Noun Project

View on GitHub
GitHub Stars395
CategoryCustomer
Updated1d ago
Forks62

Languages

C#

Security Score

95/100

Audited on Mar 27, 2026

No findings